summaryrefslogtreecommitdiff
path: root/docs/tutorials/Chap_3/README
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-14 16:03:49 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-12-14 16:03:49 +0000
commit26b202ad383751b37987343fbd8a70398c966720 (patch)
tree817fb9398b3f2f85f5a5ee5d1c9109bee8e1c40e /docs/tutorials/Chap_3/README
parenta7e10f0b431dc0e2006196751782cd8fa40b16c7 (diff)
downloadATCD-26b202ad383751b37987343fbd8a70398c966720.tar.gz
This commit was manufactured by cvs2svn to create branch
'unlabeled-1.97.2'.
Diffstat (limited to 'docs/tutorials/Chap_3/README')
-rw-r--r--docs/tutorials/Chap_3/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/tutorials/Chap_3/README b/docs/tutorials/Chap_3/README
deleted file mode 100644
index 228579ca4c5..00000000000
--- a/docs/tutorials/Chap_3/README
+++ /dev/null
@@ -1,14 +0,0 @@
-Note:
-
-Example 2 (ex02.html) will not compile and work on Win32 because
-it relies on SystemV Shared Memory and fork() which are not
-available on that platoform.
-
-Example 3 (ex03.html) is basically the same but uses a memory-mapped
-file instead of SYSV Shared Memory. It also takes a single command
-line parament 's' to start it in server mode or 'c' to start it
-in client mode. (This is to work around the lack of fork()).
-
-(Thanks to Nanbor Wang for working this out for us.)
-
-JCEJ - 08/01/1999