From: Eloi G. <el...@re...> - 2003-10-17 05:53:45
|
Don Seiler wrote: >I believe that when the module's index.php is called, then all the >session objects for that module are instantiated. This creates memory >overhead that might not be needed if the module isn't in the fore. >Although now that I think about it, I would have to instantiate my >manager anyway to know how to display the blocks. Hmm. > >Don. > > Same here. Is this really part of the "no sessions" initiative? If so, has anyone said how state and configuration data will be stored between requests? I store this stuff in the manager classes to keep disk accesses down to a minimum. -Eloi- |