]> granicus.if.org Git - apache/commit
Major improvement in concurrent processing for AB:
authorAaron Bannert <aaron@apache.org>
Wed, 24 Apr 2002 17:09:59 +0000 (17:09 +0000)
committerAaron Bannert <aaron@apache.org>
Wed, 24 Apr 2002 17:09:59 +0000 (17:09 +0000)
commit5b19a402e7a4d6254c44a13781e5ffc3efa31234
treecfe755b0c3bd5b0ecc85d867933259f74a6d3e06
parent6b40ae2b48cbc65889d33f86709a7a5b9d0724b4
Major improvement in concurrent processing for AB:
- Enable non-blocking connects.
- Prevent quasi-blocking mode apr_recv (which would prevent AB from
  multiplexing over the entire descriptor set).
- Catch other fatal apr_recv() errors.

[This patch is slightly different than the one posted to the dev list,
but regardless thanks to the many people who reviewed this.]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94782 13f79535-47bb-0310-9956-ffa450edef68
support/ab.c