[jboss-user] [EJB 3.0] - Re: Database Connection Pooling?

fhh do-not-reply at jboss.com
Tue Mar 6 06:56:10 EST 2007


Not if you do have 50 concurrent users. The connection is only returned to the pool when you close it. This obviuosly means it is not used anymore.

Connection pooling will not give you any kind of multiplexing of database access. This is not possible due to the fact that database transactions are bound to a certein connection.

Regards

Felix

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025356#4025356

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025356



More information about the jboss-user mailing list