Fair Solution to the Reader-Writer-Problem with Semaphores only
| dc.creator | Ballhausen, H. | |
| dc.date | 2003-03-08 | |
| dc.date.accessioned | 2026-07-07T03:19:30Z | |
| dc.date.available | 2026-07-07T03:19:30Z | |
| dc.description | The reader-writer-problem is a standard problem in concurrent programming. A resource is shared by several processes which need either inclusive reading or exclusive writing access. The known solutions to this problem typically involve a number of global counters and queues. Here a very simple algorithm is presented which needs only two semaphores for synchronisation and no other global objects. The approach yields a fair solution without starving. | |
| dc.description | 2 pages | |
| dc.identifier | https://arxiv.org/abs/cs/0303005 | |
| dc.identifier | http://arxiv.org/abs/cs/0303005 | |
| dc.identifier.uri | http://salesiana.dossiersoluciones.com/handle/123456789/31484 | |
| dc.subject | Distributed, Parallel, and Cluster Computing | |
| dc.subject | D.1.3 | |
| dc.title | Fair Solution to the Reader-Writer-Problem with Semaphores only | |
| dc.type | text |