On Mon, 2006-05-08 at 16:56 +0200, Lionel MARTIN wrote: > And what about the best usage when using threaded MPMs, like Win32 MPMs, > concerning connections?
It's no different. The threads are created after startup, and the init phase happens in each thread. - Perrin