On Sat, Apr 26, 2008 at 8:09 PM, Michael B Allen <[EMAIL PROTECTED]> wrote: > On Sat, Apr 26, 2008 at 12:46 PM, Ben Scholzen 'DASPRiD' > <[EMAIL PROTECTED]> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > After having a look around, I was quite disapointed to see only outdated > > threading classes for PHP. Now I've created my a threading class for > > Zend Framework, which should also solve some problems which exist in > > other compontents (like Zend_Whois querying multiple whois servers at > > once and evaluation their output). > > > > I'd like to see your comments about the this compontent in the wiki. A > > yet not fully tested prototype is checked into my private SVN server > > (see Milestones in the proposal). > > > > > http://framework.zend.com/wiki/display/ZFPROP/Zend_Threading+-+Ben+Scholzen > > Last I checked PHP did not support multithreading. What is this? How > does it work? Your Theory of Operation section doesn't say. >
This is how: http://de.php.net/pcntl Looks pretty interesting. :)
