Explain the worker model, Operating System

Assignment Help:

Explain the Worker Model

The Worker Model of client-server application architecture provides a very good understanding of threads and their power to the developer. This exercise of the Worker Models is to used as a basis of knowledge for suggested server application architecture and development. The Worker Model offers a look into application architecture using threads. It is an ideal design for server applications running with an efficient thread-scheduling operating system. In the Worker Model, a thread is established for each client connection to the server. All functions executed on behalf of the client are performed using this worker thread.

This worker thread is responsible for accepting incoming requests from the client, processing them, and responding back to the client. This architecture relies heavily on efficient scheduling mechanism of the operating system. In a typical system, numerous clients may be connected (and threads established). It is the responsibility of the operating system to provide API support for efficient scheduling and synchronization. Each of our sample platforms provides this support in a different yet efficient manner.


Related Discussions:- Explain the worker model

Basic server model, Suppose we want to program a Web server; we could easil...

Suppose we want to program a Web server; we could easily do so without using concurrency, as follows: while(true) wait connection read from socket and parse url look up url cont

Explain User-level threads (ult), USER-LEVEL THREADS (ULT) In this lev...

USER-LEVEL THREADS (ULT) In this level the kernel isn't aware of the existence of threads -- All thread management is complete by the application by using a thread library. Th

Write a short note on disk scheduling, Write a short note on disk schedulin...

Write a short note on disk scheduling   One of the responsibities of operating system O/S is to use the hardware efficiently. Whenever a process requires I/O to or from the

Three conditions that solution for critical section problem, What are three...

What are three conditions that a solution for the critical section problem must satisfy? The three conditions are as following:- a)      Mutual exclusion :- if a process is

Implement a network-transparent system, Q. What are two dreadful problems t...

Q. What are two dreadful problems that designers should solve to implement a network-transparent system? Answer: One such issue is making all the processors as well as storag

Paging, protection in paging

protection in paging

How does an operating system make multiprogramming possible, How does an op...

How does an operating system make multiprogramming possible by using single processor?

Define request edge and assignment edge, Define request edge and assignment...

Define request edge and assignment edge. Answer:  A directed edge from process Pi to resource type R j is denoted by Pi->j; it signifies that process Pi requested an instance

What is meant by arm-stickiness, What is meant by arm-stickiness? If on...

What is meant by arm-stickiness? If one or a few processes have a high access rate to data on single track of a storage disk, then they might be monopolizing the device by repe

Write Your Message!

Captcha
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