June 1999
Intermediate to advanced
368 pages
8h 21m
English
| Exercise 6.1 | Find a compute-intensive computation that is appropriate for the replicated-worker pattern (such as ray tracing or computational physics) and implement it. |
| Exercise 6.2 | Rewrite the Mandelbrot application so that it makes use of the command pattern. |
| Exercise 6.3 | Our marketplace example could be “reversed” so that sellers make requests (they have a specific item to sell, and are requesting a minimum price for it), and interested buyers come along and make bids. How hard would it be to reverse the marketplace in this way? |
| Exercise 6.4 | One limitation of the marketplace example is that it supports only a single bid from a given seller per bid request (since there is no way to distinguish between two bids for the same request ... |
Read now
Unlock full access