Re: [PHP] Re: daemon

2010-10-07 Thread Per Jessen
Colin Guthrie wrote: > Yeah that's what I do too. Of course systemd will change everything > "initscript" related, but I don't expect it to hit production servers > for a while. Could easily be years - the init-sequence is only interesting at boot-time, and server runs for years (wel, mine certai

[PHP] Re: daemon

2010-10-07 Thread Colin Guthrie
'Twas brillig, and Nathan Nobbe at 07/10/10 06:46 did gyre and gimble: > On Wed, Oct 6, 2010 at 11:21 PM, Tommy Pham wrote: > >> Hi, >> >> Does anyone have a script running as daemon on Linux/Unix (variants) as >> part >> of your PHP application? If so, what are you using to schedule the script