[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [apache-plusplus] Process model ideas for C++ Apache.
On Wed, 27 May 1998, Ben Laurie wrote:
> So the _really_ interesting question is, can we abstract it in such a
> way that we can decide whether to do start-to-end processing in a single
> thread, or whether to use pools of threads synchronized at the sequence
> points, without having to explicitly code for each case? That would be
> cool.
I've been tossing around the idea of a simple lightweight static request
server that is select-event driven rather than thread driven. The
"challenge" is deciding what criteria to use to toss to the expensive
thread driven model.
Dean