I'm currently doing DB Queries and holding the users
information in session objects... trying to keep the
query load on the database down to a minimum by using
these session objects (MVC2).

My question is where do I draw the line as far as how
much RAM each user gets? When do I free up those
session objects and querying the database for
information again?

Are there any guides on this?

thanks in advance,
Rich



__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to