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

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

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

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

RE: [PHP] Threads

2007-11-02 Thread Instruct ICC
> >>> Greetings everyone, I was wondering where I could find information on the > >>> status and possibilities of threads being included in PHP. Or if you are > >>> knowledge-able on the status of threads, if it is a planned addition or > >>> not > >>> and the reasons as such. I understand PHP is

Re: [PHP] Threads

2007-11-01 Thread Jochem Maas
Instruct ICC wrote: >>> Greetings everyone, I was wondering where I could find information on the >>> status and possibilities of threads being included in PHP. Or if you are >>> knowledge-able on the status of threads, if it is a planned addition or not >>> and the reasons as such. I understand PH

RE: [PHP] Threads

2007-11-01 Thread Instruct ICC
>> Greetings everyone, I was wondering where I could find information on the >> status and possibilities of threads being included in PHP. Or if you are >> knowledge-able on the status of threads, if it is a planned addition or not >> and the reasons as such. I understand PHP is not thread safe, t

Re: [PHP] Threads

2007-11-01 Thread Stut
Stéphane Boisvert wrote: Greetings everyone, I was wondering where I could find information on the status and possibilities of threads being included in PHP. Or if you are knowledge-able on the status of threads, if it is a planned addition or not and the reasons as such. I understand PHP is not

Re: [PHP] Threads

2002-11-03 Thread Rasmus Lerdorf
Nope On Mon, 4 Nov 2002, Khalid El-Kary wrote: > hi, > > i would like to ask about PHP threads support, is there any threads support, > how powerful, please redirect me to the right place > > thanx > > khalid > > _ > Unlimited Intern

Re: [PHP] Threads and PHP

2002-03-02 Thread Andrey Hristov
pcntl extension. But only *nix. Best regards, Andrye Hristov - Original Message - From: "Gaylen Fraley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 02, 2002 6:33 PM Subject: [PHP] Threads and PHP > Is it possible to use threads to perform an operation while anoth