Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14875 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3176 invoked by uid 1010); 12 Feb 2005 17:11:59 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 3161 invoked by uid 1007); 12 Feb 2005 17:11:59 -0000 Message-ID: <20050212171159.3160.qmail@lists.php.net> To: internals@lists.php.net Reply-To: "taft" References: <20050212083315.27626.qmail@lists.php.net> <420E19C5.8030600@akbkhome.com> Date: Sun, 13 Feb 2005 01:13:24 +0800 Lines: 34 Organization: scu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Posted-By: 218.89.143.2 Subject: Re: [PHP-DEV] beginer's questions for source code(1) From: taft123@163.net ("taft") Thank you Alan. Could some one get more detail info on Zend Thread Safety? Any document would be fine. "Alan Knowles" ???? news:420E19C5.8030600@akbkhome.com... > 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, and I think someone will point you towards > at least 2 others) > > There is a section in the manual - Zend API that covers quite alot, and > lxr.php.net is very usefull.. > > Although it would be nice if the source used comments that could be run > through doxgen.. (although I'm not voluteering to add them ;) > > Regards > Alan > > taft wrote: > > >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 > > > > > >