Hi,
I am new to Hibernate and have successfully developed an application using Struts for the presentation later and Hibernate to persist my domain objects.
Now my application is up and running and everything is working fine. However after sometime using the system, it starts crashing. If I wait for half an hour or so, the application starts working properly again.
I tried the application on JBoss, Resin and Tomcat, and it always showed the same problem.
I am asking this questioun here because I notice that the system dramatically slows down after a search. In the search several products are loaded.
Could it be that Hibernate (I am using 3.0) is keeping some object in memory and thus slowing down the application server?
Or should I search elsewhere for a solution to this problem?
thank you very much.
bormli
|