Room_synchronization

Room synchronization

Room synchronization

Add article description


The room synchronization technique is a form of concurrency control in computer science.

The room synchronization problem involves supporting a set of m mutually exclusive "rooms" where any number of users can execute code simultaneously in a shared room (any one of them), but no two users can simultaneously execute code in separate rooms.

Room synchronization can be used to implement asynchronous parallel queues and stacks with constant time access (assuming a fetch-and-add operation).

References

See also



Share this article:

This article uses material from the Wikipedia article Room_synchronization, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.