Juan Rivera <[EMAIL PROTECTED]> writes: > I looked at how Apache 2 works and it seems like a thread holds a connection > for the lifetime of it. Is this right?
yes > If I wanted to optimize this so that connections that have no data are move > to a pool so that threads can move to the next connection and when there is > data, go back and deal with the other connection. > > It sounds, I'll have to write my own MPM with IO completion ports to do > something like this, right? at least... core code is not going to do the right thing as-is or hang around until folks really start working on async I/O and join in the fun -- Jeff Trawick | [EMAIL PROTECTED] Born in Roswell... married an alien...
