Hello Everyone, Im running JBoss 3.2.3 at the moment. I am also using a Postgres 7.3 database. At the moment I have configured JBoss datasource for only 32 connections as this is the default maximum connections with Postgres. I am trying to start some load testing now so I need to increase this. I know how to do this but here is my problem.
I send 32 requests to the database and each request only requires 1 database connection and this works fine. Now some requests need more than one connection so when I send 32 of these type of requests naturally I get exceptions on my server telling me that no connections can be found. Is there any way of configuring my server to handle this nicer ? Any sort of configurations that I should have that enables requests to be queued if no connection is available ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861065#3861065 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861065 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
