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.
|
|---|