Does TurboGears have an option for daemonizing itself? I have to do a demo this afternoon on a server, and I realized that's the one feature I forgot to look for. I'll try it with start-stop-daemon for now, since that's how I run my Quixote apps (which also don't have built-in daemon support).
I had to write a daemonizing module for the other apps when they were running on Mac OS 10.3, since it doesn't have a start-stop-daemon. I could port it to TG if that would be useful. There's been a proposal to put a standard daemonizer (fork, write PID file, close file descriptors) in the 'os' module but so far it hasn't appeared. -- Mike Orr <[EMAIL PROTECTED]> ([EMAIL PROTECTED] address is semi-reliable) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

