Asynchronous I/O Support

Asynchronous I/O Support

am 11.03.2010 18:18:53 von Yogesh Jhamb

--0016363b79a8eb2bff0481899bc1
Content-Type: text/plain; charset=ISO-8859-1

I am working on a product that recently migrated from IIS to Apache 2.2. The
product has an ISAPI extension that needs to support thousands of concurrent
clients. Since IIS supports asynchronous I/O, the ISAPI extension component
has been designed to leverage the benefits of asynchronous I/O. However,
Apache doesn't support asynchronous I/O, and we are considering a custom
implementation over the latest stable release. Before doing that, I wanted
to check if someone is aware of asynchronous I/O support being added to
Apache, or if someone has already done a custom implementation that they
would be willing to share. Nick Kew claims in his book - The Apache Modules
- that Apache 2.4 is going to support asynchronous I/O and that the code is
already there in trunk. I got the latest code from trunk, but couldn't find
anything to suggest that asynchronous I/O has been added. Please let me know
if you believe that the code is there in trunk and that I overlooked it. We
need to have this done as early as possible, as the product ships in
June-July 2010 time-frame.

Thanks in advance for all the help.

Best,
-YJ

--0016363b79a8eb2bff0481899bc1
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

I am working on a product that recently migrated from IIS to Apache 2.2. Th=
e product has an ISAPI extension that needs to support thousands of concurr=
ent clients. Since IIS supports asynchronous I/O, the ISAPI extension compo=
nent has been designed to leverage the benefits of asynchronous I/O. Howeve=
r, Apache doesn't support asynchronous I/O, and we are considering a cu=
stom implementation over the latest stable release. Before doing that, I wa=
nted to check if someone is aware of asynchronous I/O support being added t=
o Apache, or if someone has already done a custom implementation that they =
would be willing to share. Nick Kew claims in his book - The Apache Modules=
- that Apache 2.4 is going to support asynchronous I/O and that the code i=
s already there in trunk. I got the latest code from trunk, but couldn'=
t find anything to suggest that asynchronous I/O has been added. Please let=
me know if you believe that the code is there in trunk and that I overlook=
ed it. We need to have this done as early as possible, as the product ships=
in June-July 2010 time-frame.



Thanks in advance for all the help.

>Best,
-YJ


--0016363b79a8eb2bff0481899bc1--