RES: [PHP] Threads PHP

2008-05-19 Thread Thiago Pojda
de maio de 2008 11:13 Para: php-general@lists.php.net Assunto: Re: [PHP] Threads PHP Richard Heyes wrote: Summary: experimental implementation of threads The word experimental makes me shudder. PHP and threads in the same sentence make me shudder too. There are just some things you

Re: [PHP] Threads PHP

2008-05-17 Thread Per Jessen
Richard Heyes wrote: Summary: experimental implementation of threads The word experimental makes me shudder. PHP and threads in the same sentence make me shudder too. There are just some things you shouldn't do with an interpreted language IMHO. /Per Jessen, Zürich -- PHP General

[PHP] Threads PHP

2008-05-16 Thread Cesar D. Rodas
Hello, Is there a way to have threads in PHP? -- Best Regards Cesar D. Rodas http://www.cesarodas.com http://www.thyphp.com http://www.phpajax.org Phone: +595-961-974165

Re: [PHP] Threads PHP

2008-05-16 Thread Dan Joseph
On Fri, May 16, 2008 at 3:10 PM, Cesar D. Rodas [EMAIL PROTECTED] wrote: Hello, Is there a way to have threads in PHP? -- Best Regards Cesar D. Rodas http://www.cesarodas.com http://www.thyphp.com http://www.phpajax.org Phone: +595-961-974165 Check out:

Re: [PHP] Threads PHP

2008-05-16 Thread Brice
On Fri, May 16, 2008 at 9:10 PM, Cesar D. Rodas [EMAIL PROTECTED] wrote: Hello, Is there a way to have threads in PHP? Hi, Look at this tutorial : http://www.ibuildings.com/blog/archives/811-Multithreading-in-PHP-with-CURL.html. Copix framework provide some classes which use socket.

Re: [PHP] Threads PHP

2008-05-16 Thread Richard Heyes
Check out: http://pecl.php.net/package/threads That might help you out. Summary: experimental implementation of threads The word experimental makes me shudder. If you can (ie you're using *nix), you could also investigate the pcntl extension - http://php.net/pcntl -- Richard Heyes

Re: [PHP] Threads PHP

2008-05-16 Thread steve
The word experimental makes me shudder. If you can (ie you're using *nix), you could also investigate the pcntl extension - http://php.net/pcntl And it should. I used the ssh lib for php a long time ago, and now it is nothing more than a set of problems... -- PHP General Mailing List