Each time you run this example:
- The database is initialized (all existing contents removed)
- Two RDM tasks are created
- Each task opens the database is shared mode
- Task 1 starts a transaction, locks the office record for writes, adds a few office records
- Task 2 attempts to read the office records (fails while task 1 has lock)
- Task 1 commits transaction
- Task 2 is able to read the office records
- Table of Contents
For additional information, please refer to the product documentation at http://docs.raima.com/.