summaryrefslogtreecommitdiffstats
path: root/server/mpm/experimental/perchild (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit gets Perchild working again. There are holes in this codeRyan Bloom2002-08-181-67/+153
* Add some debugging logic to perchild. This is almost working now, we justRyan Bloom2002-07-171-19/+46
* Bring Apache in line with APR's new poll implementation. This isn'tRyan Bloom2002-07-111-1/+2
* Get the perchild MPM starting different child processes with differentRyan Bloom2002-06-301-12/+16
* Fix perchild to work with apachectl by adding -k support to perchild.Jeff Trawick2002-06-212-1/+2
* At least get perchild to compile, getting it working is next.Ryan Bloom2002-06-131-1/+1
* Now that we have the functionality in apr, we can now have 2.0'sJim Jagielski2002-06-071-1/+3
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-35/+35
* Fix perchild MPM so that it can be configured with the move to theRyan Bloom2002-04-222-3/+3
* quiet a bogus gcc warning that crops up with -O2Jeff Trawick2002-04-051-0/+1
* implement FOREGROUND for perchild and beos MPMs tooJeff Trawick2002-04-051-3/+4
* Remove hardcoded paths from MPMs and move them to a more centralSander Striker2002-04-041-2/+2
* Migrate perchild to the new lock API, and clean up some of the logicRyan Bloom2002-04-012-206/+165
* Make perchild work with the new bucket_allocation API. Also, allowRyan Bloom2002-04-011-9/+26
* Get the Perchild MPM to compile and serve pages again. There are a lotRyan Bloom2002-04-012-40/+21
* PR:Paul J. Reder2002-03-291-1/+0
* BUCKET FREELISTSCliff Woolley2002-03-291-4/+4
* Fold the compiled-in knowledge of the allowable AcceptMutex settings intoJim Jagielski2002-03-201-2/+2
* no need to kill the scoreboard cleanup anymore on gracefulJeff Trawick2002-03-201-3/+0
* Bring 2.0 up to parity, a bit, with how much info we provide toJim Jagielski2002-03-201-0/+4
* The pre_mpm hook creates server-lifetime objects (or at least, for theWilliam A. Rowe Jr2002-03-201-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-133-3/+3
* As hinted on dev@httpd, change filter naming schemes to match ourJustin Erenkrantz2002-03-071-1/+1
* Implement apr_proc_detach changes and allow -DNO_DETACH in the multi-processAaron Bannert2002-02-211-2/+3
* Implement new ScoreBoardFile directive logic. This affects how weAaron Bannert2002-02-152-6/+0
* Remove the install_transport_filters hook. The same function can beRyan Bloom2002-02-051-1/+1
* Not being able to bind to a socket is a fatal error. This makes allRyan Bloom2002-02-041-3/+34
* Reintroduce the create_connection hook. This hook is required to enableBill Stoddard2002-02-011-1/+1
* This patch restores most of Ryan's patch (11/12/2001) to remove theBill Stoddard2002-01-291-1/+1
* Take advantage of the new pre_config return value when apr_proc_detachAaron Bannert2002-01-291-1/+7
* The pre_config hook now takes a return value. This allows modules toAaron Bannert2002-01-291-1/+3
* fix the problem where a scoreboard init failure could leaveJeff Trawick2002-01-281-1/+3
* Remove the create_connection hook and put the client_socket back into theBill Stoddard2002-01-271-1/+1
* Change ap_get_brigade prototype to remove *readbytes in favor of readbytes.Justin Erenkrantz2002-01-251-3/+2
* Input filtering prototype change: Socket blocking type should beJustin Erenkrantz2002-01-191-4/+7
* This patch eliminated from the _SHARED_ segment of the scoreboard allWilliam A. Rowe Jr2002-01-101-1/+1
* handle the disappearance of apr_lock_create_np() andJeff Trawick2001-12-301-8/+8
* add ThreadLimit/ServerLimit to perchildJeff Trawick2001-12-231-49/+185
* fix a nasty bug which periodically led to segfaults trying toJeff Trawick2001-12-231-1/+1
* This gets perchild compiling and serving pages again. It does NOTRyan Bloom2001-12-192-3/+3
* Add a comment about the passoff logic.Aaron Bannert2001-12-191-0/+3
* Clean up some of these magic numbers in perchild. Still doesn't actuallyAaron Bannert2001-12-191-5/+12
* Change core code to allow an MPM to set hard thread/serverJeff Trawick2001-12-183-41/+44
* Fix bug that could potentially prevent perchild from working withAaron Bannert2001-12-071-1/+1
* One thing I learned from the worker MPM was that the style changesAaron Bannert2001-12-071-229/+270
* Fix prototype for post_config hookCliff Woolley2001-12-031-1/+2
* Fix a typo (?)Cliff Woolley2001-12-031-1/+1
* Get mod_cgid killed when a MPM exits due to a fatal error.Jeff Trawick2001-11-171-8/+12
* Pull lingering close out of the pool cleanup phase. This was causing tooRyan Bloom2001-11-151-0/+1
* Remove commas from the end of the macros that defineRyan Bloom2001-11-131-2/+2