Re: [PHP] Forking external binaries

2004-04-21 Thread Aidan Lister
There's a "nu-fork" library or something around. There's a pear package which provides an API to this. Have a look around. "Michal Migurski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > We have a web application that forks off an external program to inject > > an email in the o

Re: [PHP] Forking external binaries

2004-04-20 Thread Michal Migurski
> We have a web application that forks off an external program to inject > an email in the outgoing queue. At busy periods this external program > (qmail-inject) can take a little while to return. I'm currently using > popen() to spawn the qmail-inject binary. > > Is there a way to spawn the extern

[PHP] Forking external binaries

2004-04-20 Thread Mark
Hello All, I was hoping to benefit from the collective wisdom of the list. We have a web application that forks off an external program to inject an email in the outgoing queue. At busy periods this external program (qmail-inject) can take a little while to return. I'm currently using popen() to