| Demonstrates Cache/locking issues, in particular a long, user interaction
transaction (optimistic locking), thread test.
An Employee record is read, and then detatched. It is then
serialized to a file and read back to simulate its journey to
another tier. It is then modified, and reattached to a SimpleORM
connection.
|