|
Posted by rahulthathoo on 03/09/07 19:45
Hi,
I have to call a perl program from within PHP, but since that program
takes a long time to finish, i fork a process in my php code and then
call the perl code, using exec. But I am not able to run the perl
program, but I think i m not able to fork in the first place, in the
sense that I (apache) may not have permissions to fork. Is there any
way to remedy this?
Rahul
[Back to original message]
|