GeoUser ha scritto: > In the Process Explorer i can see that the GS is connected to Oracle with 4 > connections. And after a few minutes of running GS idle there have been over > 200 "connect->send some small package to oracle->disconnect" actions. Is > that normal? (Over a day 1 GS may accumulate over 10.000 of this actions)
Nope, that's not the intended behaviour I'd say. Can you open a jira issue about it?. I guess that DBCP is trying to make sure that all the connections in the pool are ready to be used (as opposed to stale), but the frequency of refreshes is quite a bit too high. Can you suggest a better one? Like, 10 minutes? I would like to avoid exposing all the connection parameters to the user, there are a ton... Cheers Andrea ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
