Ticket #805 (new enhancement)
Fast read/write locker
| Reported by: | axeld | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | R1 |
| Component: | Network & Internet/Stack | Version: | |
| Cc: | Blocked By: | ||
| Platform: | All | Blocking: |
Description
The locking mechanism is currently too strict, and prevents concurrency where there is no need to. We need a multiple reader/single writer locking mechanism that is based on the benaphore mechanism. A read lock should be upgradeable to a write lock.
Change History
Note: See
TracTickets for help on using
tickets.
