readers-writers problem

From Wiktionary, the free dictionary
Jump to navigation Jump to search

English[edit]

Noun[edit]

readers-writers problem (plural readers-writers problems)

  1. (computing theory) Any of a class of problems in which many concurrent threads of execution try to access the same shared resource at one time, with constraints on which threads may read from and write to the resource.