[Tutor] Python Daemon

Tesla Coil tescoil@irtc.net
Sun, 11 Mar 2001 16:57:51 -0500


On 11 Mar 2001, Deirdre Saoirse replied to Sheila King
>> os.fork() is not available on Windows machines.
>
> That's because they don't fork.
>
>> Is there an alternate way to handle this for Windows 
>> machines? Or, is it impossible to write daemons for
>> Windows machines?
>
> I'm sure there's some analogous process on Windows; 
> I'm not a Windows programmer.

os.spawnv?

Not a Windows programmer either...