Steve Hay wrote:
Stas Bekman wrote:
Steve Hay wrote:
I notice that running tests via nmake test, t/TEST or t/SMOKE leaves
a httpd.pid file behind in t/logs after the server has stopped. Is
this supposed to happen? I thought Apache normally deleted the
httpd.pid file when it is stopped.
Tha
Randy Kobes wrote:
On Fri, 10 Oct 2003, Steve Hay wrote:
[ ... ]
I don't know how to do the "graceful" stop, though. What
we want is a bit like trying TERM then KILL on Unix, but
that doesn't work on Win32 -- see the entry for kill() in
the perlport manpage! Win32::Process doesn't have any
"gra