Hi Ranchers,
I am trying to fix the performance problems in my application.
1. How does a serializable object serialized. When I profiled the application, I never see this object GCd.
I use sweetdev ria tree in my application.
On every refresh of my
JSP page, increases new objects which are related to the tree. My TreeDataProvider implements ITreeDataProvider which extends Serializable.
The objects are removed from memory only when I restart my
tomcat. I have controlled the increase of memory due to nodeTypes, by making the node types as constants. But I could not make the TreeDataProvider a constant as it varies and not a constant.
I am not sure on what do I miss here. Does gc behaves differently if my class extends Serializable?
Any helps would be appreciated.
Regards
Ananth Chellathurai