Re: Make daemonize() Functionality Available to All Commands

2012-10-31 Thread Chris McDonough
On 10/31/2012 06:50 PM, Dave Mankoff wrote: Let me first say that pyramid has made writing cli scripts a breeze with pyramid.paster.bootstrap(). I love it! I am looking to turn some of my scripts into daemon processes. I went to look at how pserve does this, and I noticed that it is not a trivia

Make daemonize() Functionality Available to All Commands

2012-10-31 Thread Dave Mankoff
Let me first say that pyramid has made writing cli scripts a breeze with pyramid.paster.bootstrap(). I love it! I am looking to turn some of my scripts into daemon processes. I went to look at how pserve does this, and I noticed that it is not a trivial piece of code. It seems to me that it wou