readers-writers problem

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.