kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 108a0cbc810e2c63ba0d5ec316ba54cc93890732
parent 3c6169a86121db4d539da9bdeb92933cc2b9f4ee
Author: Joris Vink <joris@coders.se>
Date:   Thu, 27 Jun 2013 12:37:27 +0200

remove unneeded blocks of code

Diffstat:
src/linux.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/linux.c b/src/linux.c @@ -113,10 +113,6 @@ kore_platform_event_wait(void) } if (*fd == server.fd) { -#if 0 - while (worker_active_connections < - worker_max_connections) { -#endif while (worker->accepted < worker->accept_treshold) { kore_connection_accept(&server, &c); if (c == NULL)