-->
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.  [ 1 post ] 
Author Message
 Post subject: Can I - tolerate DB failure, work in-memory then resync?
PostPosted: Thu Aug 14, 2008 12:44 pm 
Newbie

Joined: Thu Aug 14, 2008 12:16 pm
Posts: 1
Is it possible to configure, or use a design pattern or approach, hibernate to support the DB faulting, continue to transact to L2 cache, then on the DB being restarted having the pending changes write back out to the DB?

In principle the idea would be to pre-fetch everything into the L2 cache of a single App Server and during the DB failure still support transactions with the caveat that obviously the changes being made are at risk should the app server fail before the DB restarts and the changes are written back to the DB.

There are lots of issues with this type of operation but for our situation is possible.

However, from my investigations I can't find out whether this can be done so it may be a non-starter.

What I'm looking for is transactional, concurrent multi-threaded, in-memory object graph with asynchronous write to RDBMS with a rich OR mapping facility.

cheers,
- Dean


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

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.