I've tried it all, actually, on Win32.

"start app" will start another console window for console
applications, and wait until it closes. for windowed applications it
would wait for the application to finish.
same with "start /b app".

I would write an implementation myself, but I'm not familiar with the
zend api and php source base yet. some day I will...

On Mon, 22 Nov 2004 08:29:18 -0500, Wez Furlong <[EMAIL PROTECTED]> wrote:
> 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