-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: How to test the C3P0 Connecion Pooling working?
PostPosted: Mon Jul 12, 2004 8:00 am 
Newbie

Joined: Fri May 21, 2004 2:59 am
Posts: 12
Dear All,

I am using Hibernate2.1.1 with Jboss.

I am able to work with C3P0 Connection Provider in my connection pooling.

Here How can I test whether it is working properly or not?

If i specify min pool size as 2 and max ool size as 2 , how many number of users can use my application?

How can test this to check?

Help me in this regard.


-----------


Top
 Profile  
 
 Post subject: Re: How to test the C3P0 Connecion Pooling working?
PostPosted: Mon Jul 12, 2004 12:39 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
manoharreddy wrote:
1. Here How can I test whether it is working properly or not?

2. If i specify min pool size as 2 and max ool size as 2 , how many number of users can use my application?

1. check you DB and the number of concurrent connection
2. it depends :-) If you DB is 99% of your user process time, then you'll be able to serve 2 users at the same time, if you DB is 1% of it, then you'll be able to serve 200 users

_________________
Emmanuel


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.