Gopher gallery consists of a shopping mall and a cart ride

Assignment Help Operating System
Reference no: EM13350480

Gopher Gallery consists of a shopping mall and a cart ride that covers the 150 acre habitat. There are m visitors and n single-person vehicles. Visitors stroll around the mall at their leisure, then line up for the cart ride. When a cart is available, a single passenger may climb aboard and drive around the habitat for a random amount of time. If the n carts are all taken, then a future rider waits; if a vehicle is available but no one is waiting, then the vehicle waits. The solution to this problem must synchronize visitor tasks and vehicle tasks using semaphores. Below is a potential solution for the Visitor and Vehicle portions (assume that other portions of the system admit the tasks to the system). Correct any issues with this code, if any exist. Explain your position in detail.

Semaphore vehicleAvailable = 0, vehicleTaken = 0, vehicleFilled = 0,

visitorReleased = 0;

Visitor()

{

vehicleAvailable.wait();

vehicleTaken.signal();

vehicleFilled.wait();

visitorReleased.wait();

}

Vehicle()

{

while(True)

{

vehicleAvailable.signal();

vehicleTaken.wait();

vehicleFilled.signal();

Drive through habitat for some arbitrary amount of time;

visitorReleased.signal();

}

}

Reference no: EM13350480

Questions Cloud

Organisations and behaviouraccording to hamilton and : organisations and behaviouraccording to hamilton and bergstram organisations have different structures and these
Foundations of business analysis and operational research : foundations of business analysis and operational research the purpose of this assignment is for you to reflect on
Task 1 evaluate laplace transforms and their inverse using : task 1 evaluate laplace transforms and their inverse using tables and partial fractions1.nbspnbsp determine the laplace
Question 1 a what is gdp show the two ways in which it is : question 1 a what is gdp? show the two ways in which it is measured and why the two ways must come to the same result.
Gopher gallery consists of a shopping mall and a cart ride : gopher gallery consists of a shopping mall and a cart ride that covers the 150 acre habitat. there are m visitors and n
Fred arrived at salmon river early on sunday october 11 and : fred arrived at salmon river early on sunday october 11 and instantly met with eileen. -me first thing we must do is to
Backgrounddsv transport and company as is a danish based : backgrounddsv transport and company as is a danish based international transport and cargo company. the headquarters
Backgroundthe acme day care center is the premier provider : backgroundthe acme day care center is the premier provider of child care services in montgomery county. it gives
Instructionsthe following is the secs accounting and : instructionsthe following is the secs accounting and auditing enforcement releases where a fraud and related industry

Reviews

Write a Review

Operating System Questions & Answers

  Implementation of algorithms for process management

The Shortest Job Next (SJN) algorithm queues processes in a way that the ones that use the shortest CPU cycle will be selected for running rst.

  Develop a user mode command interpreter

Develop a user mode command interpreter which support list-short.

  Memory allocation in operating system

Analysis and implementation of algorithms for memory allocation in operating system, Explain First- t and best- t methods are used in memory allocation in operating systems.

  Stand alone child process

Forking the child process

  Write a multi-threaded program

Write a multi-threaded program to solve producer and consumer problem

  Marginal and average cost curves

n a competitive market place (pure competition) is it possible to continually sell your product at a price above the average cost of production.

  Simulating operating systems scheduling

Simulate the long-term scheduler, the short-term scheduler and the I/O scheduler of the computer using the First-Come-First-Serve algorithm.

  Issues with trusted platform module

Research paper discussing the issues with Trusted Platform Module (TPM)

  Threads

Explain a complication that concurrent processing adds to an operating system.

  Design and programming

Use the semaphore methods to control the concurrency of the solution

  Virtual machines

Virtual machines supported by a host operating system

  Discuss an application that benefits barrier synchronization

Discuss an application that would benefit from the use of barrier synchronization

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd