July 28, 2011
8:17 p.m.
lukas does it solve your problem? This is strange because if Kom is impacted there should be something else. On Jul 28, 2011, at 9:47 PM, Sven Van Caekenberghe wrote:
On 28 Jul 2011, at 21:11, Lukas Renggli wrote:
I cannot reproduce, but one thing that seems strange with Zinc is that when I stop the server it actually takes 10 to 20 seconds for the site to stop responding ... :-/
Lukas
-- Lukas Renggli www.lukas-renggli.ch
ZnMultiThreadedServer does not currently hold onto the list of workers and/or connections that is spawns.
So when you kill it, the server socket is stopped, but I could imagine that a kept alive connection in a browser still works until the browser closes it. Let's call this a feature ;-)
Sven