JAAS::Object::Context

Session for the Object Repository.

The 'pack' directory contains sample objects used for testing.

server.perl is a simple server (no persistance).

list-test.perl    Lists all the objects, locks and blocks in the repository.

client-test.perl  Fetches simple objects from the repository.

client-test2.perl  Fetches Increment objects from the repository, then puts
                 back.

block-test.perl   Excercises blocking of a context.

lock-torture.perl creates 100 processes that all hammer at the Increment object
    in the server.perl.  This proves that somehow our locking isn't safe.
    If you do the following:
        ./lock-torture.perl >data
        sort -g | uniq -b 
    You will see a list of numbers that are duplicated... GRR

- Learry Gagne
15/06/01

- Philip Gwyn
2001/06/20
