Thanks for that. I'm not sure how to use this start() method though as I cant find it in the online documentation. Could you give me a quick example??
Thanks again,
Denis
Search found 2 matches
- Thu Jun 16, 2005 7:29 am
- Forum: PHP - Code
- Topic: Forking a process
- Replies: 5
- Views: 291
- Thu Jun 16, 2005 5:03 am
- Forum: PHP - Code
- Topic: Forking a process
- Replies: 5
- Views: 291
Forking a process
Hi All, I am relatively new to the world of PHP and I'm having a bit of difficulty trying to fork a perl process in a php script. The perl process which I need to fork takes a couple of minutes to complete so I want the user to be able to press a button on the web page which executes the perl script...