aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-01-30 08:09:33 +0100
committerLoïc Hoguin <[email protected]>2012-01-30 08:09:33 +0100
commit830cfc002e992126a2c605594f25d40a5a193968 (patch)
treea07bb8c0850b39e9ca93660659b1714025ea8ccc /src/cowboy.erl
parentbb08cf85e38f02d5785b2a23c38d3b4c8020989c (diff)
downloadcowboy-830cfc002e992126a2c605594f25d40a5a193968.tar.gz
cowboy-830cfc002e992126a2c605594f25d40a5a193968.tar.bz2
cowboy-830cfc002e992126a2c605594f25d40a5a193968.zip
Move max_connections check directly inside cowboy_listener
This is a big change in the internal cowboy API. This should not have any impact on existing applications as only the acceptor is expected to use these API calls. The function cowboy_listener:wait/3 has been removed. max_connections checking now occurs directly in cowboy_listener:add_connection/3. If the pool is full and the acceptor has to wait, then it doesn't return, waiting for a free space to be available. To accomodate these changes, it is now cowboy_listener that will inform the new connection that it is ready by sending {shoot, self()}. This should be a great improvement to the latency of responses as there is one less message to wait for before the request process can do its work. Overall the performance under heavy load should also be improved as we greatly reduce the number of messages sent between the acceptor and the listener process.
Diffstat (limited to 'src/cowboy.erl')
0 files changed, 0 insertions, 0 deletions