kore/includes
Joris Vink 26d4d5d63b Rework the accept lock.
Kore no longer passes the accept lock to the "next in line"
worker but instead all workers will attempt to grab the lock
if they can.

Also remember if we had the lock previous iteration of the
event loop and don't constantly disable/enable the accepting sockets.

Makes Kore scale even better across multiple cpu's.
2014-07-30 15:20:09 +02:00
..
http.h Properly convert 64bit parameters. 2014-07-21 01:16:03 +02:00
kore.h Rework the accept lock. 2014-07-30 15:20:09 +02:00
pgsql.h Add pgsql_conn_max configuration parameter. 2014-07-04 09:14:05 +02:00
spdy.h Handle SPDY streams better when sending data. 2014-01-14 21:43:45 +01:00
tasks.h Include pthread.h in tasks.h, fixes compilation under OpenBSD 2014-07-18 15:51:13 +02:00