in reply to How to run perl script in background on Windows

If the process is going to run 24/7, you probably don't want someone to have to log-in to start it, or remain logged in whilst it runs.

In windows, this is typically done by making the process a 'service'. See Win32::Service and Win32::Daemon.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
  • Comment on Re: How to run perl script in background on Windows