|
From: Jean-Michel P. <jea...@ir...> - 2004-01-13 08:38:43
|
Hello, I have an Httpd server running under Win2000 and some connections never die, even days after they have been opened. Looking at their parameters they appear to be "keep-alive" connections of proto "GET". I read a former post on this mailing list (dated from 2003-06-10 I think) dealing with this kind of problem but for "POST" protos. What's wrong with them? Are "keep-alive" connections expected to last indefinitely? Could it be due to an un-answered request? Should I modify HttpdCloseP to make it close all connections whatever their type? Or should I trace opened connection activity? NB: "Count connclose" command close all unclosed connections. Thanks. JM. Philippe |