...
/Overview: The Producer-Consumer Pattern
Overview: The Producer-Consumer Pattern
Take a look at what you’ll learn in this chapter.
We'll cover the following...
When deciding on a communication pattern for an application, it is normal to look at the circumstances under which components might communicate with one another. Typical web applications follow a request/response pattern, where a request is made to the server, and a response is returned to the client and handled appropriately. For ...