Re: [PHP] Does PHP support multi-thread ?

2010-04-19 Thread Richard Quadling
On 18 April 2010 14:17, ttplayer f...@qq.com wrote: Hello, everyone, please answer me. Thank you.  Does PHP support multi-thread ? As you've been informed, PHP doesn't natively support threading. But, the issue of forking was mentioned. I'm on Windows, and by using a combination of MS's

[PHP] Does PHP support multi-thread ?

2010-04-18 Thread ttplayer
Hello, everyone, please answer me. Thank you. Does PHP support multi-thread ?

Re: [PHP] Does PHP support multi-thread ?

2010-04-18 Thread Angus Mann
: [PHP] Does PHP support multi-thread ? Hello, everyone, please answer me. Thank you. Does PHP support multi-thread ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Does PHP support multi-thread ?

2010-04-18 Thread Phpster
Not all libraries are thread safe, so no. 2 seconds with a google search would have given you the same answer. Bastien Sent from my iPod On Apr 18, 2010, at 9:17 AM, ttplayer f...@qq.com wrote: Hello, everyone, please answer me. Thank you. Does PHP support multi-thread ? -- PHP General

Re: [PHP] Does PHP support multi-thread ?

2010-04-18 Thread Nathan Rixham
yup, check out forking though for related Phpster wrote: Not all libraries are thread safe, so no. 2 seconds with a google search would have given you the same answer. Bastien Sent from my iPod On Apr 18, 2010, at 9:17 AM, ttplayer f...@qq.com wrote: Hello, everyone, please answer

Re: [PHP] Does PHP support multi-thread ?

2010-04-18 Thread Hans Åhlin
@lists.php.net Sent: Sunday, April 18, 2010 11:17 PM Subject: [PHP] Does PHP support multi-thread ? Hello, everyone, please answer me. Thank you. Does PHP support multi-thread ? ttplayer: here is the subject if you want to read more [PHP] Will PHP ever grow up and have threading?. it got 257+ replys