[Tutor] Python Daemon

Deirdre Saoirse deirdre@deirdre.net
Sun, 11 Mar 2001 14:19:32 -0800 (PST)


On Sun, 11 Mar 2001, Sheila King wrote:

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

I know there are functions like os.fork() for MacOS, but don't know if
it's implemented on the MacOS version of Python.

--
_Deirdre   NEW Stash-o-Matic: http://fuzzyorange.com  http://deirdre.net
"I love deadlines. I like the whooshing sound they make as they fly by."
                                                         - Douglas Adams