Abstract
The communication mechanism between client
and server tasks can be modeled by a simple rendezvous
model. The intuition here is that a process—
the client—when executed places its requests into a request
buffer. These requests are taken from the buffer
by another process—the server. After some processing,
prescribed by actions of the server, the server
returns a
... read more