> Thinking of putting a lot of info' in structures and stored in the
> application scope that were previously accessed direct from the
> database.
>
> How big can these structures be and how does one guage a maximum size
> assuming one can measure their size? I am on a shared hosting site.
>
> any suggestions, guidelines or help appreciated, thanks.

I have a bunch of stuff stored in an application structure in an application I support. The structure is several megabytes; I've never looked at exactly how much memory it uses.

The one thing I would caution about is that re-loading the structure into memory when you re-start your server can be painfully slow, depending on processing you need to do on the individual elements of the structure.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to