Hi Andreas
Hi Jan,
if a writing or reading transaction is active, all new incoming transactions are stored in
a waiting queue.
So all writing transactions will be processed in first come - first server order.
Reading transactions are processed concurrently.
Transactions will no be rejected at any time.
Kind regards,
Andreas
Am 31.12.10 10:40, schrieb Jan Vlčinský (CAD):
one collection can be written/modified only by one process at given moment, other attempts to write are rejected and these attempts will fail.
In other words - one collection can be opened only by one process (or are multiple opening clients allowed as long as the do not modify database concurrently?)