Changes with Apache 1.3.21
+ *)_Change the compile switches for ReliantUNIX SVR4 not to use
+ SYSV semaphores, because upon reaching the system limit of
+ semaphores, the whole server exits (not just one child).
+ Apache could be improved to use NO_SEM_UNDO flag (see test/time-sem.c)
+ which is currently implemented only in the time-sem program, but not in
+ apache. Until then, revert to using fcntl() locks.
+ [Martin Kraemer]
+
*) Changes to 'ab': fixed int overruns, added statistics, output in
csv/gnuplot format, rudimentary SSL support and various other tweaks
to make results more true to what is measured. The upshot of this it
;;
*-siemens-sysv4*)
OS='SVR4'
- CFLAGS="$CFLAGS -DSVR4 -D_XPG_IV -DHAS_DLFCN -DUSE_MMAP_FILES -DUSE_SYSVSEM_SERIALIZED_ACCEPT -DNEED_UNION_SEMUN"
+ CFLAGS="$CFLAGS -DSVR4 -D_XPG_IV -DHAS_DLFCN -DUSE_MMAP_FILES -DNEED_UNION_SEMUN"
DEF_WANTHSREGEX=yes
LIBS="$LIBS -lsocket -lnsl -lc"
DBM_LIB=""