-->
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.  [ 6 posts ] 
Author Message
 Post subject: OT: C-JDBC 1.0 final released
PostPosted: Thu Aug 05, 2004 12:45 pm 
Beginner
Beginner

Joined: Wed Mar 10, 2004 9:51 am
Posts: 42
Location: France
http://c-jdbc.objectweb.org

I've been starting to check this out and it seems to be very interesting.

Does this mean that Hibernate can now scale as much as it wants ?

--b

_________________
Pesimist: The glass is half empty
Optimist: The glass is half full
Engineer:The glass should be half that size


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 05, 2004 12:49 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Please don't make assumptions about Hibernate. It's a clustered JDBC driver, one layer below Hibernate. Yes, it is nice, but good use cases are exotic.

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


Top
 Profile  
 
 Post subject: well ok
PostPosted: Thu Aug 05, 2004 1:19 pm 
Beginner
Beginner

Joined: Wed Mar 10, 2004 9:51 am
Posts: 42
Location: France
ok then, let me rephrase that ...

do you think it would enhance hibernate ?

--b

_________________
Pesimist: The glass is half empty
Optimist: The glass is half full
Engineer:The glass should be half that size


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 05, 2004 8:21 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
I think its a good and useful idea, but it seems to me there have to be serious transaction-related issues to consider (either isolation is compromised, or you need some kind of 2-phase commit, perhaps even consistency between nodes is not guaranteed).

Remember, in distributed systems you have a choice between guaranteed delivery or 2PC, neither of which seem perfect here.

More generally, does it enhance Hibernate? Well, yes, as much as it enhances scalability of any app that uses JDBC...


Top
 Profile  
 
 Post subject: 2 phase commit
PostPosted: Fri Aug 06, 2004 7:25 am 
Beginner
Beginner

Joined: Wed Mar 10, 2004 9:51 am
Posts: 42
Location: France
Yes, the two phase commit is something that i have allways wondered about
with clustering.

Does time to save and update allways increase exponentially as new
nodes are added to the cluster of whatever it handling persistance ( ie
app servers/c-jdbc etc ).

I guess what I'm asking is this....

Is it better to just pay up for a kick ass database that transparently
handles the scalability or is it better to pay for/invest your time in
java clustering software ?

Seeing as two of the main java persistance dudes ( ie Gavin & Christian )
are in this thread it would be interesting to hear their opinions.

--b

_________________
Pesimist: The glass is half empty
Optimist: The glass is half full
Engineer:The glass should be half that size


Top
 Profile  
 
 Post subject: Re: 2 phase commit
PostPosted: Fri Aug 06, 2004 9:12 am 
CGLIB Developer
CGLIB Developer

Joined: Thu Aug 28, 2003 1:44 pm
Posts: 1217
Location: Vilnius, Lithuania
bryanhunt wrote:

Is it better to just pay up for a kick ass database that transparently
handles the scalability or is it better to pay for/invest your time in
java clustering software ?



I think it is better to buy solution from RDBMS vendor and to buy adapters to support "old" clients.
If you have a farm of different databases and you need stuff like replication and clustereing then probably you have many clients, different conectivity and programming languages in system. If you have money to maintain this farm then probably you have money for cleanup too.
I do not want to recommend any vendor or free database, it is not trivial decision and I think there is a big risk to fail in this kind of migration.


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