What are the trade-offs between using a System V and a Posix semaphore?
|
feedback
|
|
From O'Reilly:
| |||
|
feedback
|
|
I wonder what makes people design bad API's like System V Semaphores! Uneless you have very strong reasons to go with System V semaphores (such as atomic operations with multiple increment-decrement in a single step), you should stick with POSIX named semaphores. The linked article discusses what's wrong and non-intuitive with System V Semaphores. | ||||
|
feedback
|