Reputation: 9656
Where can I find information (books, papers, tutorials) on how concurrency primitives are usually implemented? I'm mostly interested in the implementation of inter-process communication, or message-passing (both synchronous and asynchronous): send, receive, select etc.
Upvotes: 1
Views: 731
Reputation: 12006
Where to look depends on the level of abstraction you interested in.
Books I've know which touch this topic, by level of abstraction:
Upvotes: 1