RE: Startinga shell process with a life of its own

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> On some machines, on some OSes, in some configurations, with some
> commands, tacking "&" onto the end of what you exec, will sometimes
> "work"...

Sadly, in even Linux, this will not work. PHP blocks on the call.

I've even tried to call out to a shell script which in turn uses & to call a
command.

Nope.

I wish PHP would add threading. We write enterprise level products with PHP,
and we end up using DBUS and letting Ruby do all the "real work".

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux