> I have been monitoring my app and noticed that with each > connection it grows in size and even after all the logout the memory > usage stays the same (using the top in linux). I only used 6 windows to > log in. If I am expecting a large number then it might hog up all the > memory. Since my main client object is in the session and a lot of > things happenning in the webwork actions which interacts a lot with the > valuestack.
I have used webwork for quite some time and never experienced this. Can you do some kind of profiling maybe to see what is taking all that memory? > Once the actions are done, does all the variables in them > get garbage collected? Does variables in the valuestack gets cleaned > out? When the view has completed the action(s) will not be referenced anymore, so the next GC will clean them out. // Anders Hovmöller ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork