Re: [PHP-DEV] beginer's questions for source code(1)

2005-02-12 Thread Alan Knowles
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

Re: [PHP-DEV] beginer's questions for source code(1)

2005-02-12 Thread taft
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

RE: [PHP-DEV] beginer's questions for source code(1)

2005-02-12 Thread Mikey
> 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

Re: [PHP-DEV] beginer's questions for source code(1)

2005-02-12 Thread Alan Knowles
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,

[PHP-DEV] beginer's questions for source code(1)

2005-02-12 Thread taft
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