Re: Another async I/O proposal [was Re: request for comments: multiple-connections-per-thread MPM design]

2002-11-25 Thread Manoj Kasichainula
On Mon, Nov 25, 2002 at 08:10:12AM -0800, Brian Pane wrote: > On Mon, 2002-11-25 at 00:02, Manoj Kasichainula wrote: > > while (event = get_next_event()) > >add more spare threads if needed > >event_processor = lookup_event_processor(event) > >ticket = event_processor(event) > >if (

Another async I/O proposal [was Re: request for comments: multiple-connections-per-thread MPM design]

2002-11-25 Thread Manoj Kasichainula
I have some suggestions for Brian's design proposal which I'm pondering and writing up in another message, but meanwhile, I have an alternate proposal that I've been rolling around inside my head for months now, so I figured I might as well write it up. It involves (mostly) a single pool of thread