]> 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)
commita060efabfe10a2f53e1d5e96a07c60f98433941b
treecfe755b0c3bd5b0ecc85d867933259f74a6d3e06
parent4cb08d8ef5f1193c8f8139e88f9de66df271b77f
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