summaryrefslogtreecommitdiff
path: root/server/mpm/experimental/threadpool/threadpool.c
Commit message (Expand)AuthorAgeFilesLines
* remove leader, perchild, and threadpool MPMs (other than non-English bits in ...Jeff Trawick2009-03-261-2250/+0
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-4/+4
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-122/+122
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-8/+8
* Initiliase all of the first_*_limit variables to zero, so that we can actuallyColm MacCarthaigh2005-08-311-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* use existing directive name ThreadStackSize instead ofJeff Trawick2004-03-151-2/+2
* Threaded MPMs for Unix and Win32: Add WorkerStackSize directiveJeff Trawick2004-03-111-0/+3
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-53/+10
* Unix MPMs: Stop dropping connections when the file descriptorJeff Trawick2004-01-271-10/+0
* update license to 2004.André Malo2004-01-011-1/+1
* update leader, threadpool, and worker MPMs to return MPM stateJeff Trawick2003-12-131-2/+24
* update threadpool MPM to build and appear to work with the current APRJeff Trawick2003-12-131-26/+45
* remove calls to the apr_proc_other_child_read function that no longer existsBrian Pane2003-11-241-1/+2
* Lower the severity of the "listener thread didn't exit" messageJeff Trawick2003-09-051-1/+1
* Fix a misleading message from the some of the threaded MPMs whenJeff Trawick2003-09-051-1/+1
* Updated the various MPM's to use the new bucket_alloc_create_ex APICliff Woolley2003-08-281-4/+2
* Make sure that the global ap_max_mem_free is initialized along with theBradley Nicholes2003-08-271-0/+3
* consolidate code related to sig_coredumpJeff Trawick2003-04-091-72/+7
* finished that boring job:André Malo2003-02-031-1/+1
* http occurances to update for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-151-1/+1
* 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-041-0/+1
* Now that we have the functionality in apr, we can now have 2.0'sJim Jagielski2002-06-071-1/+3
* Support -k argument in threadpoolBrian Pane2002-06-061-1/+1
* Catch up with the apr_allocator_set_owner -> apr_allocator_owner_set renamesSander Striker2002-05-301-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_?error()Jeff Trawick2002-05-171-40/+40
* Rename the worker_stack_interrupt_all() function as worker_stack_terminate().Aaron Bannert2002-04-281-3/+8
* Remove unused variable.Aaron Bannert2002-04-281-1/+0
* Some more threadpool MPM changes:Aaron Bannert2002-04-281-7/+30
* Clarify an incorrect statement about why we're purposfully puttingAaron Bannert2002-04-281-4/+10
* Some threadpool fixes:Aaron Bannert2002-04-281-27/+41
* When we signal a condition variable, we need to own the lock thatAaron Bannert2002-04-281-3/+10
* Another experimental MPM derived from worker:Brian Pane2002-04-161-0/+2265