July 28, 2011
7:47 p.m.
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