mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
Use AcceptEx with an async completion port. What we are gaining here is
LIFO dispatching out of the worker thread pool. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -65,6 +65,9 @@ struct ap_listen_rec {
|
||||
ap_listen_rec *next;
|
||||
ap_socket_t *sd;
|
||||
int active;
|
||||
#ifdef WIN32
|
||||
int count;
|
||||
#endif
|
||||
/* more stuff here, like which protocol is bound to the port */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user