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

All the explanations of operating system and its types., operating systems ...

operating systems and its types together with its design issues and their examples.

Management, what is secondary storage management

what is secondary storage management

What is an operating system process, What is an operating system process? H...

What is an operating system process? How is it different from a program? Why do we need the concept of a process, rather than simply talk about programs running in memory? The e

Explain a working of file control block, Explain a working of file control ...

Explain a working of file control block A file control block (FCB) has information about the file, containing ownership, permission, and location of the file contents. The log

Thread, advantages and disadvantages of kernal level thread

advantages and disadvantages of kernal level thread

Explain signal handling, Signal handling A signal is used in UNIX syste...

Signal handling A signal is used in UNIX systems to inform a process that a particular event has occurred. 1. A signal is produced by the occurrence of a particular event.

Lock revenue variable, Demonstrate that your program (include the program o...

Demonstrate that your program (include the program output as part of the final report) can produce the correct output with the following parameters. For each case comment if the ou

Define implementation of segmentation with an example, IMPLEMENTATION OF SE...

IMPLEMENTATION OF SEGMENTATION WITH AN EXAMPLE Segmentation is a memory-management scheme that represents the user view of memory. A logical address space is the collection of

Explain about input - output system management, Q. Explain about Input - Ou...

Q. Explain about Input - Output System Management? I/O System Management The module which keeps track of the status of devices is known as I/O traffic controller. Every

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