Sponsored link Serve your customers, not your servers, with VERIO Linux VPS. Full-access test-drive here. |
Crash-only software: More than meets the eyeCrash-only software: More than meets the eyePosted Jul 13, 2006 20:57 UTC (Thu) by smoogen (subscriber, #97)Parent article: Crash-only software: More than meets the eye
> Writing a crash-safe, quick-recovery state store is an extremely difficult
One area that would be interesting is a set of provable crash-only libraries that people could write into as an API might help this part. This would cut down on the number of people inventing their own that might not be correct.
(Log in to post comments)
Crash-only software: More than meets the eye Posted Jul 14, 2006 19:44 UTC (Fri) by kingdon (subscriber, #4526) [Link] Prevayler is one such (http://www.prevayler.org/), for Java code which can be written in the right style for Prevayler. Although the concept of Prevayler is pretty simple, there is some nice trickiness in the journaling code (in particular, which makes sure that the data has been sent to disk before acting as if the data has been written, without destroying performance).
Prevayler is not the only journaling code you'll ever need (even if you are writing in Java), but I agree that it makes sense to think in terms of journaling libraries rather than each application trying to get this right (and possibly failing in subtle ways).
|
Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.