cvs commit: apache-2.0/mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c

1999-08-12 Thread manoj
manoj 99/08/11 16:55:44 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Move a little code around to shorten the worker_thread function a bit. Revision ChangesPath 1.20 +23 -20

cvs commit: apache-2.0/mpm/src/modules/mpm/dexter dexter.c

1999-08-12 Thread manoj
manoj 99/08/11 19:02:28 Modified:mpm/src/modules/mpm/dexter dexter.c Log: A little experiment. Add a special worker thread function for the case when only one child process is running. It eliminates cross-process serialization and can reuse the data from a poll call.

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

cvs commit: apache-apr/pthreads .cvsignore

1999-08-12 Thread rse
rse 99/08/12 00:40:44 Added: pthreads .cvsignore Log: Add a missing .cvsignore Revision ChangesPath 1.1 apache-apr/pthreads/.cvsignore Index: .cvsignore === Makefile

cvs commit: apache-apr/poll .cvsignore

1999-08-12 Thread rse
rse 99/08/12 00:44:27 Added: poll .cvsignore Log: Add .cvsignore now that the stuff is in CVS Revision ChangesPath 1.1 apache-apr/poll/.cvsignore Index: .cvsignore ===

cvs commit: apache-apr/apr/time/unix .cvsignore

1999-08-12 Thread rse
rse 99/08/12 00:56:41 Added: apr/file_io/unix .cvsignore apr/locks/unix .cvsignore apr/misc/unix .cvsignore apr/network_io/unix .cvsignore apr/signal/unix .cvsignore apr/test .cvsignore

cvs commit: apache-2.0/mpm/src/modules/mpm MPM.NAMING

1999-08-12 Thread rse
rse 99/08/12 01:20:07 Modified:mpm/src/modules/mpm MPM.NAMING Log: Try to find overview in the MPM mess. Is this correctly described or did I misunderstood anything? Feel free to fix me... Revision ChangesPath 1.2 +9 -0

cvs commit: apache-2.0/mpm README.rse

1999-08-12 Thread rse
rse 99/08/12 05:07:07 Modified:mpm README.rse Log: A little bit of benchmarking for dexter Revision ChangesPath 1.3 +77 -0 apache-2.0/mpm/README.rse Index: README.rse === RCS

cvs commit: apache-2.0/mpm README.rse

1999-08-12 Thread rse
rse 99/08/12 05:09:30 Modified:mpm README.rse Log: Ops, the config is important, too. Revision ChangesPath 1.4 +12 -1 apache-2.0/mpm/README.rse Index: README.rse === RCS file:

cvs commit: apache-2.0/mpm/conf httpd.conf-dist

1999-08-12 Thread Ralf S. Engelschall
rse 99/08/12 13:35:41 Modified:mpm/conf httpd.conf-dist Log: Ops, Scoreboard twice? Revision ChangesPath 1.4 +0 -4 apache-2.0/mpm/conf/httpd.conf-dist Index: httpd.conf-dist === RCS

cvs commit: apache-1.3/src/support htpasswd.c

1999-08-12 Thread coar
coar99/08/12 05:10:39 Modified:src/support htpasswd.c Log: Fix a typo and some line-wraps. (All cosmetic.) Revision ChangesPath 1.34 +8 -6 apache-1.3/src/support/htpasswd.c Index: htpasswd.c

cvs commit: apache-2.0/mpm README.rse

1999-08-12 Thread rse
rse 99/08/12 06:25:26 Modified:mpm README.rse Log: Give more details Revision ChangesPath 1.5 +3 -2 apache-2.0/mpm/README.rse Index: README.rse === RCS file:

Re: cvs commit: apache-2.0/mpm README.rse

1999-08-12 Thread Ryan Bloom
Not to sound pushy or anything, but any chance you'll run the same test for either apache-apr or the pthread-mpm. They are basically the same code, so there is really no need to run the test on both servers. I would be interested to see if the static number of processes/ dynamic threads is

cvs commit: apache-1.3 configure

1999-08-12 Thread martin
martin 99/08/12 06:39:34 Modified:.configure Log: Undo last change. People will have to make sure that the same $DBM_LIB is in effect as was during the original configure invocation when executing config.status Revision ChangesPath 1.99 +1 -1

cvs commit: apache-2.0/mpm/conf httpd.conf-dist

1999-08-12 Thread rse
rse 99/08/12 06:53:49 Modified:mpm/conf httpd.conf-dist Log: Add a little bit of info for the MPM directives, because dexters directives are confusing. My proposal for Manoj: NumServers = StartServers MaxThreadsPerChild = MaxThreadsPerServer or just

cvs commit: apache-1.3/src/support htpasswd.c

1999-08-12 Thread coar
coar99/08/12 07:15:23 Modified:src/support htpasswd.c Log: 'Force NO encryption' alongside 'Force SHA' made it sound like NO was another algorithm. Revision ChangesPath 1.35 +1 -1 apache-1.3/src/support/htpasswd.c Index: htpasswd.c

cvs commit: apache-1.3/src/os/win32/installer/installdll install.c

1999-08-12 Thread randy
randy 99/08/12 09:22:35 Modified:src/os/win32/installer/installdll install.c Log: Changes to migrate to InstallShield 5.5 and provide a bit more error checking. Changes to allow compiling on VS 6.0. Revision ChangesPath 1.5 +28 -29

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

1999-08-12 Thread dirkx
dirkx 99/08/12 11:06:30 Modified:src/ap ap_base64.c ap_sha1.c src/include ap.h httpd.h src/main util.c src/support ab.c Log: Resolution naming problems, Rename of *uuXXcode - base64 rename of the old routines

cvs commit: apache-1.3/src CHANGES

1999-08-12 Thread dirkx
dirkx 99/08/12 11:10:02 Modified:src CHANGES Log: Changes Revision ChangesPath 1.1416+7 -0 apache-1.3/src/CHANGES Index: CHANGES === RCS file: /x3/home/cvs/apache-1.3/src/CHANGES,v

cvs commit: apache-1.3/src/main util_script.c

1999-08-12 Thread stoddard
stoddard99/08/12 11:34:16 Modified:src/main util_script.c Log: Win32: Create the CGI script proces as DETACHED. Tested in WinNT and Win98. This MAY solve the problem observed by some Win95/98 users where they get CGI script output sent to the console. Revision Changes

cvs commit: apache-2.0/mpm/src/modules/mpm MPM.NAMING

1999-08-12 Thread manoj
manoj 99/08/12 11:47:12 Modified:mpm/src/modules/mpm MPM.NAMING Log: Flesh out the descriptions of dexter and mpmt_pthread a bit. Revision ChangesPath 1.3 +5 -2 apache-2.0/mpm/src/modules/mpm/MPM.NAMING Index: MPM.NAMING