Yesterday i was profiling an application to test out the yourkit profiler. After firing a request on certain pages within the application i noticed that that there were 36 calls to get a connection from the datasource.
This asstonished me because a lot of those calls where made from methods where a caching mechanism was in place. [...]