cvs commit: apache-apr/pthreads/src/include ap_config.h

1999-08-12 Thread rse
rse 99/08/12 00:23:21 Modified:pthreads/src/include ap_config.h Log: The additional thread support in ap_config.h: - NO_SERIALIZED_ACCEPT removes any USE_XXX_SERIALIZED_ACCEPT to allow one to force no accept serialization without having to patch the platform specific

cvs commit: apache-apr/pthreads/src/include ap_config.h

1999-04-14 Thread manoj
manoj 99/04/14 00:32:45 Modified:pthreads/src/include ap_config.h Log: The last patch was messed up in many ways. Now, really enable pthread accept mutexes for AIX versions that support it. Revision ChangesPath 1.5 +7 -7 apache-apr/pthreads/src/include/ap_c

cvs commit: apache-apr/pthreads/src/include ap_config.h

1999-04-14 Thread manoj
manoj 99/04/13 23:30:35 Modified:pthreads/src/include ap_config.h Log: Allow AIX versions that support cross-process pthread mutexes to use them for accept serialization. This should be applicable for apache 1.3, and since this #define is specified by POSIX, it should theo