Hi,<br><br>I have a server-like process that uses twisted.  I need it to daemonize itself and on linux/os x I am simply<br>using the daemonize function from twistd.  This works fine.  What about Windows though....I saw that the<br>
win32 version of twistd doesn&#39;t have (unless I am missing it) the ability to daemonize a process.  <br><br>Is is simply impossible to daemonize a process on windows?  If so, is there any way to have a child<br>process on windows ignore SIGINT send to the parent?<br>
<br>Cheers and thanks,<br><br>Brian<br>