[PHP-DEV] Re: Multithreading: I'm not complaining--I did something! (and itworkson Windows)

2010-08-24 Thread Alec
Another update! Added a new function and a new argument to a function. Check out example05.php for an example using curl. I am working on getting example02 and 03 to work. There is a bug when parameters are streams, the program crashes. Fun. -Alec On 8/23/2010 8:35 PM, Alec wrote: As an upda

[PHP-DEV] Re: Multithreading: I'm not complaining--I did something! (and it workson Windows)

2010-08-23 Thread Alec
As an update, I fixed the crashing bug, the usleep bug (I don't know if it was really a bug, probably just a misinterpretation on my part), and the hanging bug. I fixed thread joining. I updated the samples and I am working on example05.php that will demo cURL! Thanks to Tom R. who contacted m

[PHP-DEV] Re: Multithreading

2005-12-07 Thread Bart de Boer
Sara Golemon wrote: I've got two...well...threads... going on this concept One is a very non-true-threading apprach which involves a combination of ticks and Runkit_Sandbox which I hope to get around to sooner rather than later. The other is a longer-range plan designed to work specifically

[PHP-DEV] Re: Multithreading

2005-12-07 Thread Sara Golemon
> I was wondering. (And I'm probably the 1000th person asking this.) With > all the multiple-core processors and servers popping up lately, are > there any future (or current) plans for multithreading in PHP? > I've got two...well...threads... going on this concept One is a very non-true-thread