RE: [PHP-DEV] Persistant global objects: WAS: RE: [PHP-DEV] ZendEngine2 availability

2002-09-05 Thread Tyson Lloyd Thwaites
I actually had a look at msession, and for a while I thought that was the answer, but msession sends all its data through sockets...bye bye speed. I made an Application object that used either msession or files as storage, and files proved faster by about 2 times. But I want just RAM storage...per

RE: [PHP-DEV] Persistant global objects: WAS: RE: [PHP-DEV] ZendEngine2 availability

2002-09-05 Thread Tyson Lloyd Thwaites
your help, Tyson Lloyd Thwaites Technical Lead I.T&e Limited > -Original Message- > From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]] > Sent: Friday, 6 September 2002 12:19 > To: Tyson Lloyd Thwaites > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] Persistant global

[PHP-DEV] Persistant global objects: WAS: RE: [PHP-DEV] ZendEngine2 availability

2002-09-05 Thread Tyson Lloyd Thwaites
Hi guys, thanks for your help, I was able to get a Z2 build up and running. Unfortunately it didn't appear to be quite stable enough for what I'm doing yet, but at least it is cmoing along nicely! One question while I'm here: I'm interested in persistant global objects, like ASP's Application ob