Fork problems

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rahulthathoo

    Fork problems

    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

Working...