summaryrefslogtreecommitdiffstats
path: root/server/mpm/prefork (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix "long lost child came home!" messages after a graceful restart withGreg Ames2002-10-231-1/+1
* zap an unused variableJeff Trawick2002-07-171-1/+0
* Get the prefork MPM using the apr_poll interface directly instead of goingRyan Bloom2002-07-171-5/+8
* Bring Apache in line with APR's new poll implementation. This isn'tRyan Bloom2002-07-111-1/+2
* Add a new directive: MaxMemFree. MaxMemFree makes it possibleSander Striker2002-07-042-0/+2
* prefork MPM: Ignore mutex errors during graceful restart. ForJeff Trawick2002-06-141-5/+26
* Now that we have the functionality in apr, we can now have 2.0'sJim Jagielski2002-06-071-1/+3
* Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renamesSander Striker2002-05-301-1/+1
* Add "-k start|startssl|restart|graceful|stop" support to httpdJeff Trawick2002-05-232-1/+2
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-25/+25
* Remind the admin about the User and Group directives when we areJeff Trawick2002-04-081-1/+2
* quiet a bogus gcc warning that crops up with -O2Jeff Trawick2002-04-051-0/+1
* Remove hardcoded paths from MPMs and move them to a more centralSander Striker2002-04-042-5/+5
* prefork MPM: add -DFOREGROUND option to use when you wantJeff Trawick2002-04-031-4/+6
* style change onlyJeff Trawick2002-04-031-8/+8
* PR:Paul J. Reder2002-03-291-1/+0
* The old, legacy (and unused) code in which the scoreboard was totallyJim Jagielski2002-03-291-26/+3
* BUCKET FREELISTSCliff Woolley2002-03-291-1/+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/+1
* 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
* Fix a hang condition with graceful restart and prefork MPMJeff Trawick2002-03-181-7/+12
* prefork and worker:Jeff Trawick2002-03-181-0/+5
* Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_foo entities aren'tWilliam A. Rowe Jr2002-03-161-1/+1
* Update the mpms to call the new allocator/pools APISander Striker2002-03-151-1/+4
* Update our copyright for this year.Roy T. Fielding2002-03-133-3/+3
* Implement apr_proc_detach changes and allow -DNO_DETACH in the multi-processAaron Bannert2002-02-211-2/+3
* expand_lock_fname() is no longer usedJeff Trawick2002-02-171-7/+0
* Restored the permission setting for the accept mutex (whichBrian Pane2002-02-161-0/+14
* Converted prefork MPM's accept mutex to the new lock APIBrian Pane2002-02-161-50/+24
* Implement new ScoreBoardFile directive logic. This affects how weAaron Bannert2002-02-152-6/+0
* if a child detects a resource shortage on accept(), limit the rate of fork()sGreg Ames2002-02-121-3/+10
* prefork shouldn't be killing its parent if a child runs out of resources.Greg Ames2002-02-101-2/+2
* Not being able to bind to a socket is a fatal error. This makes allRyan Bloom2002-02-041-4/+6
* This patch allows the prefork MPM to print messages to the console if itRyan Bloom2002-02-041-18/+31
* Reintroduce the create_connection hook. This hook is required to enableBill Stoddard2002-02-011-1/+1
* Change the Windows MPM to only use the pre_mpm phase in the parent process.Ryan Bloom2002-01-301-1/+1
* get prefork to build again.Greg Ames2002-01-291-1/+1
* Take advantage of the new pre_config return value when apr_proc_detachAaron Bannert2002-01-291-3/+9
* 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
* don't poll if there is only a single listening socketGreg Ames2002-01-181-26/+26
* let's play "name that pool"Jeff Trawick2002-01-111-0/+1
* This patch eliminated from the _SHARED_ segment of the scoreboard allWilliam A. Rowe Jr2002-01-101-3/+3
* handle the disappearance of apr_lock_create_np() andJeff Trawick2001-12-301-2/+2
* Add directives to worker and preform MPMs so that the admin can setJeff Trawick2001-12-191-16/+73
* Change core code to allow an MPM to set hard thread/serverJeff Trawick2001-12-182-31/+32
* Use the new pool API to eliminate pool locking in the prefork MPMBrian Pane2001-12-141-1/+1