[Python-ideas] Draft PEP: Standard daemon process library
Lie Ryan
lie.1296 at gmail.com
Mon Jan 26 09:41:33 CET 2009
On Sun, 25 Jan 2009 21:23:14 -0800, Chris Rebert wrote:
>>> If this module supported both Unix and Windows, though, that would be
>>> interesting.
>>
>> That would be lovely, but even a Unix-only module would be worthwhile,
>> IMO.
>
> Though it would probably improve its chances of getting added to the std
> lib.
>
> Cheers,
> Chris
I think you could have a much better chance if you revise the PEP
proposal by also considering Windows' daemon (i.e. Windows Service). Make
it so that Unix's and Unix-like's daemon and Windows Service have as
similar interface as possible (then create the implementation, caveat:
"it's not going to be me").
More information about the Python-ideas
mailing list