Previous | Next --- Slide 45 of 47
Back to Lecture Thumbnails
parallelfifths

I feel like I have a good idea of how to do implement all of these large bullet points as an application writer except reducing the overhead to the sender/receiver. Can someone give an example where you could send fewer messages or coalesce many small messages into one? Is this always associated with restructuring your application (using techniques discussed in the reduce delay and reduce contention bullet points) such that fewer communication points are required?