]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
New version of ap_core_output_filter...
authorBrian Pane <brianp@apache.org>
Sun, 25 Sep 2005 05:22:04 +0000 (05:22 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 25 Sep 2005 05:22:04 +0000 (05:22 +0000)
commitb821e764124f1b9cd543b6c13110db161191d2ec
tree43f6f25e945538ba0b19867a82e92cbc6ad8901e
parent6fb4c5ab571345e9485120d8bebb7bec39f5e1bd
New version of ap_core_output_filter...
The big change is that it now does nonblocking writes when possible.  The
goal of this redesign is to more cleanly support asynchronous write completion
in MPMs such as Event or Leader.  However, the nonblocking writes may also
help in Worker and Prefork by allowing more overlapping of handler and
output filter processing with network writes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/async-dev@291377 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/httpd.h
server/core_filters.c
server/mpm/experimental/event/event.c