kore/src
Joris Vink b869041a14 Introduce new config option worker_accept_treshold
This configuration option limits the maximum number
of connections a worker process can accept() in a single
event loop.

It can be used to more evenly spread out incoming connections
across workers when new connections arrive in a burst.
2015-04-23 10:24:00 +02:00
..
accesslog.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
auth.c Rename kore_auth() to kore_auth_run(). 2015-04-02 13:45:42 +02:00
bsd.c Introduce new config option worker_accept_treshold 2015-04-23 10:24:00 +02:00
buf.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
cli.c Use stat(2) to figure out type of directory entry. 2015-04-07 09:27:58 +02:00
config.c Introduce new config option worker_accept_treshold 2015-04-23 10:24:00 +02:00
connection.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
domain.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
http.c Kill NETBUF_CALL_CB_ALWAYS for incoming HTTP body 2015-04-21 11:30:59 +02:00
kore.c Improve very heavy load handling. 2015-04-09 15:29:44 +02:00
linux.c Introduce new config option worker_accept_treshold 2015-04-23 10:24:00 +02:00
mem.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
module.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
net.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
pgsql.c Allow 0 parameters for kore_pgsql_query_params() 2014-10-12 01:17:35 +02:00
pool.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
spdy.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
tasks.c Task improvements. 2015-04-14 09:01:36 +02:00
timer.c Add rudimentary timers to Kore. 2015-04-06 18:54:35 +02:00
utils.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
validator.c Bump copyright to 2015 2015-04-07 13:08:26 +02:00
websocket.c Bring net_recv_expand() in line with others. 2015-03-16 16:52:40 +01:00
worker.c Introduce new config option worker_accept_treshold 2015-04-23 10:24:00 +02:00
zlib_dict.c properly deflate/inflate of name/value blocks. and add ability 2013-05-01 00:35:33 +02:00