Re: [PHP] Declaring SERVER-WIDE Variables & UNSERIALIZE overhead

2001-03-02 Thread Michael David
ased software for Schools http://www.miller-group.net > From: "Simon Garner" <[EMAIL PROTECTED]> > Date: Fri, 2 Mar 2001 15:59:39 +1300 > To: "Michael David" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > Subject: Re: [PHP] Declaring SERVER-WIDE Variabl

Re: [PHP] Declaring SERVER-WIDE Variables

2001-03-01 Thread Simon Garner
Hi Michael, I've never used it myself, but this may be of some use: http://www.php.net/manual/en/ref.shmop.php If I understand it correctly, this lets you write a string into an area of memory which can be accessed from any process - i.e. another httpd process. If you wanted to save an array y