Subject: | podwebserver exits for no apparent reason |
I'm running podwebserver to serve perldocs out to my fellow dev team
members. I want this process to keep on running forever (until I stop
it), but it seems to exit at some arbitrary point. I get no message on
STDERR or STDOUT, and I don't think it's being killed.
Is there some inactivity timeout event happening? Is this a feature of
HTTP::Daemon?
I can work around the problem with a shell loop, but if this is
expected behaviour, it needs to be documented.