tyvm, I will check it out right away!

B


> -----Original Message-----
> From: fedt [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 06, 2007 5:17 PM
> To: Brad Fuller
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] Launch a seperate process
> 
> pcntl_ fork() and pcntl_ wait(), yo
> 
> On 3/6/07, Brad Fuller <[EMAIL PROTECTED]> wrote:
> >
> >
> > Is there a way in a php script to launch another script but output
> > something
> > and exit (terminating the original request) before that script finishes?
> >
> > I have a script that accepts data, does some stuff, returns a response
> and
> > exits.
> >
> > I want that page to accept data, return a response and exit.  Then the
> > stuff
> > happens.
> >
> > Make sense?
> >
> > I am STFW right now, but nothing yet.
> >
> > Any advice is much appreciated.
> >
> > Thx,
> >
> > B
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to