Re: [PHP] pcntl_fork and classes

2004-06-28 Thread Justin Patrin
On Sun, 27 Jun 2004 15:31:59 -0500 (CDT), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is it possible to pcntl_fork() withing a class? > > Basically I want a web page to load, and when the class is called in the > page, it can fork and the child can run, allowing the webpage to finish, > but

[PHP] pcntl_fork and classes

2004-06-28 Thread josh
Is it possible to pcntl_fork() withing a class? Basically I want a web page to load, and when the class is called in the page, it can fork and the child can run, allowing the webpage to finish, but the class process can continue 'till it's done. Is this possible? Would I put the fork in the const