Explain the architecting for processes, Operating System

Assignment Help:

Explain the Architecting For Processes

Processes are very important to the server application developer, as they may be used to increase responsiveness, deduction time, and turnaround time for user requests. Since server applications typically perform  work on behalf of a remote user or application program, these logical units of work are  very well suited to the process model concept. It is the main job of the developer to maximize the effective response time from the client, and this can best be achieved by utilizing processes. Because there are many ways to properly implement processes, developers must make the appropriate architectural decision in designing application for process. For instance an application programmed might start many processes, each handling a specific chore.

In such a scenario, work would be distributed among concurrently running process and optimize their ability to efficiently service their clients. While processes execute independently many ties may exist between processes in the system. At run time, the execution of child processes in independent of their parent process, yet the child is tied to the parent process shared resources. These shared resources can be used by either process equally (assuming proper access rights), and may be used for example. , to share common information, communicate instructions, or synchronize execution. Each separate process must communicate via. Some form of interposes communication (IPC). Each operating system has many methods ( both general and unique) for this IPC communication.

These issues will be explored in depth in chapter 8. Our examples are in use pseudocode for IPC- related programming code fragments. The decision about which sections of code need to be separate processes is strictly an application design issue. Developers must make important design decisions when architecting for multiple process use because it is important to maximize efficiency without overloading or burdening the overall system.


Related Discussions:- Explain the architecting for processes

Deadlock-avoidance algorithm, Regard as a computer system that runs 5000 jo...

Regard as a computer system that runs 5000 jobs per month with no deadlock-prevention or deadlock-avoidance scheme. Deadlocks take place about twice per month and the operator must

Explain what type of group scope you will use, Question: (a) The actual...

Question: (a) The actual use and scope groups depend on the mode in which a domain is running. There are two domain modes in which you can run a Windows 2000 domain. List and d

What happens when you execute a program in unix, When you run a program on ...

When you run a program on your UNIX system, the system prepares a special environment for that program. This environment owns everything needed for the system to execute the progra

Mechanism by which one segment belong to two address spaces, Q. Explain a m...

Q. Explain a mechanism by which one segment could belong to the address space of two different processes. Answer: Because segment tables are a collection of base-limit register

Binary and data representation, Computing uses three number bases:- Binary ...

Computing uses three number bases:- Binary (base 2), Octal (base 8) and Hexadecimal (base 16). Binary has been described before, although various catchphrases are used to describe

Explain lru page replacement in detail, LRU page replacement In least ...

LRU page replacement In least lately used page replacement algorithm we will replace that page that hasn't been used for the longest period of time. This is similar as an opti

What are the issues in designing a network-transparency, Transparency : ...

Transparency : Users must be able to access remote resources as though these resources were local. Transparency should as well promote user mobility. Users must be allowed to lo

What is real time system, What is real time system? A real time system ...

What is real time system? A real time system has well explained, fixed time constraints. Processing must be done within the explained constraints, or the system will fail. It i

Determine the task of the pass ii in a two-pass assembler, Determine the ta...

Determine the task of the Pass II In a two-pass assembler Synthesize the target program is the task of the Pass II

Mutual exclusion variable, Since each thread has its own processing space t...

Since each thread has its own processing space therefore communication between threads will need to be done through a common global variable. Since multiple threads can access the

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