Question:
How does Serialisation stop concurrent access
Author: Will ParkerAnswer:
Requests from other users are placed in a queue. Once the first user has finished using the field, the next command in the queue is executed and so on
0 / 5 Â (0 ratings)
1 answer(s) in total