cvs commit: apache-1.3/src CHANGES

1999-02-19 Thread pcs
pcs 99/02/19 02:21:35 Modified:src CHANGES Log: Note fix for PR#3890 Revision ChangesPath 1.1251+4 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file:

cvs commit: apache-1.3 STATUS

1999-02-19 Thread martin
martin 99/02/19 06:25:04 Modified:.STATUS Log: Update some available versions of 1.3.4 binary package Revision ChangesPath 1.627 +5 -5 apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-1.3/src/support ab.8 ab.c

1999-02-19 Thread martin
martin 99/02/19 08:25:36 Modified:src CHANGES src/support ab.8 ab.c Log: src/support/: The ApacheBench benchmark program was overhauled by David N. Welton: you can now have it generate an HTML TABLE, presumably for integration into other HTML sources. David

cvs commit: apache-apr/pthreads/src/main fdqueue.c http_main.c

1999-02-19 Thread rbb
rbb 99/02/19 12:33:25 Modified:pthreads/src/include fdqueue.h pthreads/src/main fdqueue.c http_main.c Log: Fixes annoying fdqueue logic bug. It used to be that if long lived connections used up all of your threads, any new connections to the same process would

cvs commit: apache-apr/pthreads/src/main http_main.c

1999-02-19 Thread rbb
rbb 99/02/19 12:35:42 Modified:pthreads/src/main http_main.c Log: Logic to serialize per socket, instead of one mutex for the whole server. Probably not optimal yet, but this will still improve our performance. Revision ChangesPath 1.50 +245 -178