RES: [PHP] Threads PHP

2008-05-19 Thread Thiago Pojda
http://pecl.php.net/get/threads
File not found

;P

Atenciosamente,
www.softpartech.com.br
Thiago Henrique Pojda
Desenvolvimento Web
+55 41 3033-7676
[EMAIL PROTECTED]
Excelência em Softwares Financeiros


-Mensagem original-
De: Per Jessen [mailto:[EMAIL PROTECTED] 
Enviada em: sábado, 17 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 shouldn't do with an interpreted language IMHO. 


/Per Jessen, Zürich


-- 
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



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 Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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: http://pecl.php.net/package/threads

That might help you out.

-- 
-Dan Joseph

www.canishosting.com - Plans start @ $1.99/month. Reseller plans and
Dedicated servers available.

Build a man a fire, and he will be warm for the rest of the day.
Light a man on fire, and will be warm for the rest of his life.


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. http://www.copix.org/

Best Regards,

Brice Favre



 --
 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 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

++
| Access SSH with a Windows mapped drive |
|http://www.phpguru.org/sftpdrive|
++

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



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 (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php