Re: [PHP] Will PHP6 have threads (yet)?

2006-03-21 Thread David Tulloh
Daevid Vincent wrote: It would be fantastic if PHP 6 was multi-threaded so you could spin threads to do simultaneous tasks. Is there any plans for this? I think that this was last dicussed in December http://www.zend.com/zend/week/week266.php#Heading5, the conclusion was no. For simultaneous

[PHP] Will PHP6 have threads (yet)?

2006-03-20 Thread Daevid Vincent
It would be fantastic if PHP 6 was multi-threaded so you could spin threads to do simultaneous tasks. Is there any plans for this? It would also be great if you could exec() or system() a program to run without blocking on a return. Sometimes I just want some other task to happen independantly