Title: RE: Apache and persistent connections

Is async I/O something you guys have in your plans? How can I contribute?

Do you think protocol handlers (HTTP one) must need to be modified to use async I/O?

Juan

-----Original Message-----
From: Jeff Trawick [mailto:[EMAIL PROTECTED]]
Sent: Saturday, November 16, 2002 8:27 AM
To: [EMAIL PROTECTED]
Subject: Re: Apache and persistent connections


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...

Reply via email to