Wednesday, March 21, 2012

Per-session memory consumption in ASP.NET worker process

Hello,

Is there any way to find out how much memory each web session is
consuming within the ASP.NET worker process (aspnet_wp.exe)? Further,
is it possible to find how much memory is consumed by session
variables alone?

- Jim CampbellJim Campbell wrote:

> Hello,
> Is there any way to find out how much memory each web session is
> consuming within the ASP.NET worker process (aspnet_wp.exe)? Further,
> is it possible to find how much memory is consumed by session
> variables alone?
> - Jim Campbell
hi Jim,

one way to accomplish this can be
to do some production debugging and get the memory dump of aspnet_wp to
look at the number of session variables in the worker process..
following link can get you started

http://msdn.microsoft.com/library/d...tml/DBGch01.asp

there might certainly be simpler ways to do this, but this is one way to
accomplish this ..

0 comments:

Post a Comment