taft wrote:
Thank you Alan. Could some one get more detail info on Zend Thread Safety?
Probably the only resource is the source (some of the php books may
cover it)
This has a nice introduction to thread concepts.
http://www.llnl.gov/computing/tutorials/workshops/workshop/pthreads/MAIN.html
Re
Thank you Alan. Could some one get more detail info on Zend Thread Safety?
Any document would be fine.
"Alan Knowles" <[EMAIL PROTECTED]>
news:[EMAIL PROTECTED]
> Zend Thread Safety AFAIR,
>
> The Basics of the thread saftey stuff are using global arrays indexed on
> the thread id, rather tha
> There is a section in the manual - Zend API that covers quite
> alot, and lxr.php.net is very usefull..
This is a great resource - how come it isn't mentioned anywhere in the
manual?
Mikey
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub
Zend Thread Safety AFAIR,
The Basics of the thread saftey stuff are using global arrays indexed on
the thread id, rather than just plain globals (no thread safe builds,
eg. for apache or cli etc.)
There are a few good books with introductions to Internals (Georges,
Advanced PHP, is very good,
Hi~ I am a new comer for the internals.
1. #ifdef ZTS what does this mean? ZTS stands for what?
2. can any one kindly give me a detail introduction for the TSRM mechanism
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php