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.  [ 11 posts ] 
Author Message
 Post subject: Advantages of Proxol Connection Pooling over other poolings
PostPosted: Tue Jul 06, 2004 11:19 am 
Newbie

Joined: Mon Apr 19, 2004 10:12 am
Posts: 19
Location: India
Dear All

What are the advantages of Proxol Connection Pooling than c3p0 and DBCP Connection Pooling

-----

_________________
Ravi Kumar


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 06, 2004 11:55 am 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
We recommand c3p0

_________________
Emmanuel


Top
 Profile  
 
 Post subject: Why c3p0 recomended over others?
PostPosted: Wed Jul 07, 2004 1:30 am 
Newbie

Joined: Mon Apr 19, 2004 10:12 am
Posts: 19
Location: India
Dear Emmanuel,

Thanks for your reply.

But I would like to know the reason why it is recomended?

-----------

_________________
Ravi Kumar


Top
 Profile  
 
 Post subject: To Emmanuel,I also want to know why ?
PostPosted: Wed Jul 07, 2004 3:52 am 
Newbie

Joined: Wed Jul 07, 2004 3:06 am
Posts: 3
emmanuel wrote:
We recommand c3p0


Because I use the C3P0 DBCP but i dont know why ?

Please show us some demo to prove your point,thanks!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 07, 2004 4:45 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Search for the number of bugs and complaints on the forum, we don't have to "prove" anything here. Use C3P0.

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 07, 2004 9:31 am 
Regular
Regular

Joined: Tue Sep 30, 2003 11:27 am
Posts: 60
Location: Columbus, OH, USA
christian wrote:
Search for the number of bugs and complaints on the forum, we don't have to "prove" anything here. Use C3P0.


Christian, I think Michael's question was fair - there are a lot of posts in the forum supporting Proxool, and having a reason to use C3P0 is better than just a recommendation.

Maybe you're just following Gavin's lead, but a lot of Hibernate Team's responses are terse (and a little indignant) as of late.

Scott


Top
 Profile  
 
 Post subject: Re: Why c3p0 recomended over others?
PostPosted: Mon Jul 12, 2004 12:15 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
go4ravi wrote:
Dear Emmanuel,

Thanks for your reply.

But I would like to know the reason why it is recomended?

-----------

The only and best I can find is that I use it and it works fine for me. I haven't done an "official and complete" connection pools test, so choose the one you know best. That's all.
PS : Actually, most of the time I use the Weblogic connection pool...

_________________
Emmanuel


Top
 Profile  
 
 Post subject: Re: To Emmanuel,I also want to know why ?
PostPosted: Mon Jul 12, 2004 12:19 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
michaelbeyond wrote:
emmanuel wrote:
We recommand c3p0

Because I use the C3P0 DBCP but i dont know why ?
Please show us some demo to prove your point,thanks!

Thanks man for answering for me.
I use it because it works (production speaking). I haven't time to check every single OS tools in the world, I pick one or two and learn them. BTW I'm not a connection pooling guru, so don't expect me to "prove" anything.

_________________
Emmanuel


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 12, 2004 1:28 pm 
Hibernate Team
Hibernate Team

Joined: Thu Dec 18, 2003 9:55 am
Posts: 1977
Location: France
(unfortunatly) i've tried 4 pools:
1- first the dev pool --> it's written in the doc "not to use in production" so i took "one of the others"
2- then i randomly choose dbcp, very easy to configure but a user point me a white paper in which i found that dbcp was full of bugs
3- so i switch to proxool, AFAIK no bug except that it has problem when app server is shutting down and that it's not using the classpath to find configuration file --> this is UGLY
4- so the last was C3P0 and it is the best, no bug, easy to configure for dev and prod...

if one of the hibernate team member told me last year to use C3P0 without telling me why, i would have used it without asking more...:
- they know
- they advise
- if you want to know why, just use google...

_________________
Anthony,
Get value thanks to your skills: http://www.redhat.com/certification


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 12, 2004 7:02 pm 
Regular
Regular

Joined: Tue Sep 30, 2003 11:27 am
Posts: 60
Location: Columbus, OH, USA
That helps, thanks Anthony. I think that go4favi's use of the word "prove" may have been taken more seriously than it was intended. Sometimes "prove" means "support," as in "Please show us some demo to prove your point" = "Please show us some demo to support your point". It doesn't necessarily carry expectations with it - it may simply be a request for additional info to help build the case for co-workers, management, etc. Again, sincere thanks.

Scott


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jul 13, 2004 9:03 am 
Newbie

Joined: Mon Apr 19, 2004 10:12 am
Posts: 19
Location: India
Anthony,

You r absolutely correct. Bcos I am working with these providers and exploring on this.

I am able to work with C3P0 with out any problems.

The DBCP is giving problem while validating the query.

The Proxool is giving problem while mapping the proxool.properties and proxool.xml. It was not able to map it. without this I was able to work with Proxool by directly specifying the properties in hibernate.properties.

This is problem with Proxool.

I hope this will add few points to Scott to clear his doubt.

----

_________________
Ravi Kumar


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 11 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.