summaryrefslogtreecommitdiff
path: root/server/mpm/experimental/threadpool
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-102-123/+123
* 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
* Doxygen fixup / cleanupIan Holsman2005-08-283-0/+28
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-045-5/+10
* Remove the .cvsignore files.Joe Orton2004-11-191-5/+0
* use existing directive name ThreadStackSize instead ofJeff Trawick2004-03-151-2/+2
* Threaded MPMs for Unix and Win32: Add WorkerStackSize directiveJeff Trawick2004-03-112-0/+4
* fix name of The Apache Software FoundationAndré Malo2004-02-095-5/+5
* fix copyright dates according to the first check inAndré Malo2004-02-085-5/+5
* apply Apache License, Version 2.0André Malo2004-02-065-265/+51
* Unix MPMs: Stop dropping connections when the file descriptorJeff Trawick2004-01-271-10/+0
* update license to 2004.André Malo2004-01-015-5/+5
* 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-092-72/+8
* finished that boring job:André Malo2003-02-035-5/+5
* 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-042-0/+2
* Document what the threadpool MPM isBrian Pane2002-07-011-0/+12
* 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-062-1/+2
* 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
* Ignore stuffCliff Woolley2002-04-211-0/+5
* Another experimental MPM derived from worker:Brian Pane2002-04-167-0/+2717