Re: Re[4]: [PHP] daemonized php

2003-07-07 Thread Greg Donald
> But I sill wan't to hear from you php experts. Anybody do such thing in > real example or this is can only be my dream. Although I may not be the PHP expert you seek, I do have lots of command line PHP scripts: mailings, spam filter, db maintenance.. I even have an IRC bot written in PHP. -

Re[4]: [PHP] daemonized php

2003-07-07 Thread Uros
Hello Adam, I was thinking about using parent and child proces. So when i start server it will call some child process and that I can ask parent what his child is doing. I found some examples on php.net. But I sill wan't to hear from you php experts. Anybody do such thing in real example or this