On Mon, 22 Nov 2004 10:47:10 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Unfortunately no.
> On win32 for instance, fork() doesn't exist at all.
> 
> There is a need for a cross-platform unified interface.

I suspect that such a thing is a myth in the case of PHP; we already
have cruft following us from the SAPI on fork() that potentially
screws up detached processes on platforms that have it.

Will "app &" work do what you want on unix and "start app" do what you
want on win32?

--Wez.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to