Previous | Next --- Slide 10 of 92
Back to Lecture Thumbnails
lonelymoon

In this chapter, the meaning of synchronization is different from the shared memory case. Because each thread uses their own address, there is no need for synchronization in terms of memory use using lock. But, in this case, it is important to synchronize sending and receiving messages.

Please log in to leave a comment.