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:
Bill Stoddard
1999-10-08 19:07:05 +00:00
parent 4dce9f29bc
commit ad9eee16b3
3 changed files with 206 additions and 140 deletions

View File

@ -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 */
};