Other than session state what else in an asp.net application would use up server RAM?

MichelleN

New Member
If I had 2 million users I've cached 1 mb's of data shared between all those users what else would use up RAM that each user would create?EDIT: 2 million users login and have sessions at the same time, they are all making requests - maybe 10 requests per second. They are retrieving, for example, random numbers using a random number generator.
 
Back
Top