fielding 97/11/05 19:03:10
Modified: src CHANGES
Log:
Document change to USE_FCNTL_SERIALIZED_ACCEPT on Solaris2.
Revision Changes Path
1.487 +6 -0 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.486
retrieving revision 1.487
diff -u -r1.486 -r1.487
--- CHANGES 1997/11/05 12:48:11 1.486
+++ CHANGES 1997/11/06 03:03:08 1.487
@@ -1,5 +1,11 @@
Changes with Apache 1.3b3
+ *) Restored USE_FCNTL_SERIALIZED_ACCEPT as the default for Solaris2,
+ since the PTHREAD mechanism was losing locks on Solaris 2.5.0.
+ You can now set -DUSE_SYSVSEM_SERIALIZED_ACCEPT or
+ -DUSE_PTHREAD_SERIALIZED_ACCEPT in Configuration if you want to
+ test the other two methods. [Roy Fielding]
+
*) OS/2 Port updated; it should be possible to build OS/2 from the same
sources as Unix now. [Brian Havard <[EMAIL PROTECTED]>]