NYCPHP Meetup

NYPHP.org

[nycphp-talk] Application state solutions

Analysis & Solutions danielc at analysisandsolutions.com
Fri Aug 30 10:36:11 EDT 2002


Hi Ivan:

On Wed, Aug 28, 2002 at 05:45:00PM -0400, Ivan Tumanov wrote:
>
> "Application scope" which is
> accessible to all sessions that are using this web application.  So far, I
> haven't found any clean way to do this in PHP except using shared memory,
> and I understand that there are limitations on the size of shared memory I
> can get my hands on through PHP.

If the application data doesn't change often, you can store it in an
included file.  If it changes in a more dynamic way, you can store it in a 
database which can be queried as needed.

No?

--Dan

-- 
               PHP classes that make web design easier
        SQL Solution  |   Layout Solution   |  Form Solution
    sqlsolution.info  | layoutsolution.info |  formsolution.info
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
 4015 7 Av #4AJ, Brooklyn NY     v: 718-854-0335     f: 718-854-0409



More information about the talk mailing list