RE: Question about StandardSession and ApplicationContext

2006-06-23 Thread John McClain
: Tomcat Users List Subject: Re: Question about StandardSession and ApplicationContext the StandardSession is not big, I would go back and guess it is your application. The key is to read the profiling data correctly, that's where I would start. Tomcat has been optimized for memory and cpu usag

Re: Question about StandardSession and ApplicationContext

2006-06-21 Thread Filip Hanik - Dev Lists
the StandardSession is not big, I would go back and guess it is your application. The key is to read the profiling data correctly, that's where I would start. Tomcat has been optimized for memory and cpu usage, so 11MB session objects would have been discovered early on. John McClain wrote: I

Question about StandardSession and ApplicationContext

2006-06-21 Thread John McClain
I am profiling our application in jprofiler. I have noticed that the deep size of StandardSession object for each user is VERY large - ~ 11+mb. Yet I know that we are not adding that much data. Where is all that memory coming from? Is it truly non static data that is overhead for each session, or i