On Thu, Jun 17, 2010 at 1:15 AM, Stuart Langridge <[email protected]> wrote: > That's interesting; I daemonize beanstalk from the startup scripts. > How do you recommend I do that, if not with -d?
This is veering into the area of general advice, not at all beanstalkd-specific, but Dustin Sallings has a good post on this very topic: http://dustin.github.com/2010/02/28/running-processes.html > Most daemons can take an option to write a pidfile; having an option > which also writes a portfile would be lovely for my use case :) Yeah, assuming you use -d -p 0, a portfile would make sense. But the system as a whole, and beanstalkd in particular, will be simpler if we can get rid of all that stuff. kr -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" 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/beanstalk-talk?hl=en.
