- Jul 21, 1999
-
-
Manoj Kasichainula authored
slots in the children. Also squashes a couple of bugs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83480 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
processes can start faster. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83479 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83478 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
process management taken out (so the number of processes is constant) and with the scoreboard eliminated (replaced with a little table seen only by the parent). This will be a testbed for playing around with thread pools. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83477 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 19, 1999
-
-
Brian Havard authored
Also update with latest hook. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83466 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83464 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 18, 1999
-
-
Manoj Kasichainula authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83463 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 17, 1999
-
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83462 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 16, 1999
-
-
Ralf S. Engelschall authored
unixd_setup_child() switches the process UID, because else under platforms where the mutex is flock() based this fails... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83461 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83460 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
httpd.h that are really mpm-specific, and move them into a header file in each MPM directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83459 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
moment, keep serialization on all the time and get rid of the attempts to make its usage thread-safe. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83458 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 13, 1999
-
-
Manoj Kasichainula authored
subdirectories: src/include/scoreboard.h -> src/modules/mpm/mpmt_pthread/scoreboard.h src/include/scoreboard_prefork.h -> src/modules/mpm/prefork/scoreboard.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83457 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
moving variables to appropriate scope. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83455 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 12, 1999
-
-
dgaudet authored
Submitted by: David Reid <abb37@dial.pipex.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83454 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
- pchild really should be thread local - clean_child_exit() should call _endthread(), not exit() - Use DosSleep() for delay in wait_or_timeout() instead of ap_select - Rework logic of searching for listen rec in child main, was getting hung in infinite loop when two sockets were being listened to. NOTE: I got it from prefork.c originally so that's probably broken too. - Remove a debugging fprintf I accidentally left in... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83453 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 11, 1999
-
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83452 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83451 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
Includes an OS/2 specific single process, multithreaded mpm. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83450 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83449 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 09, 1999
-
-
Manoj Kasichainula authored
codebase, and make the poll-accept model the only model supported. Also, some code was cleaned up and rewritten in the process. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83446 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
rerun "make depend" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83445 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 07, 1999
-
-
Martin Kraemer authored
makes life for me and my compiler much easier. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83440 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83439 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 06, 1999
-
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83435 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 05, 1999
-
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83434 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 04, 1999
-
-
Ken Coar authored
<P></P> can't contain a <OL></OL> pair. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83432 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
Submitted by: Joshua Slive <slive@finance.commerce.ubc.ca> Reviewed by: Roy Fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83430 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 03, 1999
-
-
Roy T. Fielding authored
newsgroup. Submitted by: Joshua Slive <slive@finance.commerce.ubc.ca> Reviewed by: Roy Fielding git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83428 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 02, 1999
-
-
Manoj Kasichainula authored
to ap_new_connection for now: thread_num. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83422 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
update the compatibility version number. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83419 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 29, 1999
-
-
Jim Jagielski authored
not do DirectoryRoot checking. This assumes: 1. command-line options are prefered over Config directives 2. we want to maintain current behavior while making life easier for mass vhosting 3. everybody's happy I leave the decision to whether apachectl should use -t or -T to others. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83411 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
useable in per-dir context - similar to Redirect. Submitted by: Klaus Johannes Rusch <KlausRusch@atmedia.net> PR: 4611 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83409 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Submitted by: John Smolin <smolin@alum.mit.edu> PR: 4112 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83405 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
doesn't really enable the example contents handler. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83401 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83399 13f79535-47bb-0310-9956-ffa450edef68
-
Ben Laurie authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83398 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83395 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
MPM. The new method doesn't require any changes to the listen abstraction. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83394 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 27, 1999
-
-
Manoj Kasichainula authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83390 13f79535-47bb-0310-9956-ffa450edef68
-