Changeset [3b95affe62f26d1e03edcab5897625a1c5024984] by Prashanth Mundkur
April 14th, 2011 @ 04:08 PM
mochiweb: add a simple implementation of max connections
max limits the sum of active connections and listeners.
The implementation assumes that max is greater than
acceptor_pool_size,
and always maintains the acceptor_pool at acceptor_pool_size as
long
as the max is not exceeded.
https://github.com/tuulos/disco/commit/3b95affe62f26d1e03edcab58976...
Committed by Prashanth Mundkur
- M master/src/mochiweb/mochiweb_socket_server.erl
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers.