Purchase Solution

synchronization problem

Not what you're looking for?

Ask Custom Question

There is a one-way bridge that can hold up to three cars. Cars arrive at one end of the bridge and exit the bridge at the other end. Traffic is allowed only in the one, available, direction. Describe a solution to this synchronization problem that should include:

A)Definition of appropriate semaphores,
B)Description of the implementation of each of the primitive operations of each semaphore,
C)Semaphore initial values, and
D)Semaphore pseudo-code solution.

Purchase this Solution

Solution Summary

Describe a solution to this synchronization problem.

Solution Preview

A) There is one space semaphore to restrict the number of cars that can go to the bridge.

B). P operation, ---, For the space semaphore S, when a car comes to the entrance end, if S = 0, then the car has to be busy waiting. Once S is bigger than 0, then S ...

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Basic Networking Questions

This quiz consists of some basic networking questions.

C# variables and classes

This quiz contains questions about C# classes and variables.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.