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

[PHP] Declaring SERVER-WIDE Variables

2001-03-01 Thread Michael David
Greetings, fellow PHP hackers! The current project I'm working on is porting software written in Tango to PHP4. Because these programs heavily rely on information held in (off-site) databases, the tango programs were written to have a set of array variables declared from SQL queries, which then