During stress tests with large number of concurrent users (50-100)
I get SQLException below after user count reach a certain number. This happens
intermittently.
Could this be because connections could not be opened at the database end in
quick intervals? or is there a configuration that need
Thanks for the reply.
It is working when I changed the idle-timeout-minutes to value other than 0.
Now I see that during tests with large number of concurrent users (50-100)
I get the sql Exception below after user count reach a certain number.
Could this be because connections could not be ope
Hi,
In order to recreate the problem of number of open connections with our
application, I created a test case with a simple application. While running
stress tests on this simple application I noticed that database connections are
not getting closed even through the application invokes clos
One problem we face with transaction timeout is that when it is increased
application seem to hang on unix and linix installations
Problem description
We increased the transaction timeout to 1800(30 minutes) on the unix and linux
installations. It is jsp-struts-ejb application The normal flow i