Lambda the Ultimate

inactiveTopic Prevayler - Transparent Java Persistence
started 12/23/2001; 12:24:11 PM - last post 12/23/2001; 12:24:11 PM
Ehud Lamm - Prevayler - Transparent Java Persistence  blueArrow
12/23/2001; 12:24:11 PM (reads: 1524, responses: 0)
Prevayler - Transparent Java Persistence
(via sweetcode)

Transparent Persistence, Fault-Tolerance and Load-Balancing for Object Systems.

Don't use a databse - keep stuff in RAM!

The way this works is basically by keeping daily snapshots of all objects, and logging all commands. This in itself is nothing new (in fact, this is part of what databases actually do).

The Java implementation is based on serializable objects.


Posted to Software-Eng by Ehud Lamm on 12/23/01; 12:25:36 PM