From ef89cbdbaa50e69c55065361ef90ba8710a9b708 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Tue, 3 Sep 2013 22:07:21 +0100 Subject: [PATCH] added some first analyse of new problem --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index e73dfe4..21d3fd5 100644 --- a/TODO +++ b/TODO @@ -20,3 +20,10 @@ VERY BIG TODO: - the unexpected connection close seems to occur just on concurrency over 1000 paralell connections...maybe this gives a hint. + +- after changing to non blocking sockets the server hangs after some requests. + have to check when this happens.... + * it seems that it does not occur without keep-alive and concurrency + * also concurrent connection don't seem to make a problem. + * keep-alive alone again don't seem to be a problem... + !!!! if both are active something is screwed up.... !!!!