PDA

View Full Version : Should I have this many openSessions?


afrotronics
09-02-2010, 01:03
http://java-monitor.com/postedimages/f8fe089c-6cb4-4538-b297-c31965236d19.png

Hibernate seems to have a lot of sessions open. Is this normal?

Kees de Kooter
09-02-2010, 09:02
Actually the graph displays the opened and closed session count - the blue line. In your case the graphs overlap the amount of opened equals the amount of closed session. You do not leak sessions.

kjkoster
09-02-2010, 11:34
Dear afrotronics,

As Kees already pointed out, this is an unfortunate way to graph these things. My fault entirely. I should have made this into a difference graph, to make it easier to read.

Kees Jan