[EMAIL PROTECTED] wrote: > > RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: > + > + * The worker MPM's fdqueue needs to be turned back into a FIFO. > + Status: Aaron volunteers. > + >
> + > + * The worker MPM should not accept more connections than it > + currently has available workers. Instead, the listener thread > + should block on a condition of the fdqueue such that it waits > + until there are at least one idle worker before continuing > + into the accept-loop. > Worker with those two changes would basically be the same as threadpool, right? --Brian
