Hey guys,
I'm using C3P0 with Hibernate to handle conection pooling but I got some IO Exceptions (Connection reset). I've found some references advicing the use of hibernate.c3p0.timeout and hibernate.c3p0.idle_test_period, something about idle_test_period being less than timeout. It says that timeout can expire a connection but not clean it, because idle_test_period didn't run. If that's right, it's a strange behaviour..
Can anyone confirm it? Anyway, does anyone has any idea about what "Connection reset" could be?
Environment: - PostgreSQL 8.4 - Hibernate 3.1.2
Thanks
|