RE: [PHP] Does php have multithread, shared object(like jsp application)

2009-06-25 Thread HallMarc Websites
No, it doesn't at this time. Have you looked into Quercus? > -Original Message- > From: Eddie Drapkin [mailto:oorza...@gmail.com] > Sent: Thursday, June 25, 2009 11:42 PM > To: WenDong Zhang > Cc: php-general@lists.php.net > Subject: Re: [PHP] Does php have mul

Re: [PHP] Does php have multithread, shared object(like jsp application)

2009-06-25 Thread Eddie Drapkin
PHP doesn't support threading. On Thu, Jun 25, 2009 at 10:59 PM, WenDong Zhang wrote: > Hi guys: > > Now days I want to develop a web application like a chat room. the requests > per seconds maybe very large, so I want to save some common info into to > memory (quick access). > > So, I want to kno

[PHP] Does php have multithread, shared object(like jsp application)

2009-06-25 Thread WenDong Zhang
Hi guys: Now days I want to develop a web application like a chat room. the requests per seconds maybe very large, so I want to save some common info into to memory (quick access). So, I want to know does php have the follow features or implement them in other ways. 1. server scope objects, mostl