Re: Linus on Linux, Apache and Threads

Chris Wedgwood (chris@cybernet.co.nz)
Mon, 26 Apr 1999 07:28:04 +1200


On Fri, Apr 23, 1999 at 10:30:59AM +0100, Tony Gale wrote:

> Depends. You can use a thread pool and queue requests which are
> then picked up by the threads. You can then dynamically create/join
> groups of threads as per demand (up to a limit), returning them to
> the pool when they have finished.

Yes... but a thread which lives per request would be death, which is
what I implied.

-cw

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/