Define maintaining data on a per client basis, Operating System

Assignment Help:

Define Maintaining Data on a Per Client Basis

Perhaps the most dramatic syntactical programming change for the application developer of client – server applications is maintaining data on a per – client basis. It is most beneficial to architect applications initially with per- client data in mind. Because servers ( or serving application components) traditionally perform work on behalf of many client, data accessed by server logic components must be unique for each client. Traditional variable allocation and use under C poses interesting problems for the application developer. Data is usually maintained as global or local.

When manipulating data on behalf of many clients, global data can not be guaranteed to be unique. It is therefore necessary to recode applications for per-client data use. Inc, the mechanism for redevelopment is to group all data pertaining to each requester of services(client) as a structure. Generally an instance of the structure will be created for each requesting client. The data modifications made by the server application component are therefore based on the individual client’s user data structure. C++ enforces modular data access by grouping all data and functions within a class. This encapsulation provides the C++ developer with a more normal mechanism for per – client data access.


Related Discussions:- Define maintaining data on a per client basis

What is the use of the command interpreter, Q. What is the use of the comma...

Q. What is the use of the command interpreter? Why is it generally separate from the kernel? Answer: It reads commands from the user or else from a file of commands and execu

What do you understand by “line balancing”? What happens if , What do you u...

What do you understand by “line balancing”? What happens if balance doesn’t exist?

Long term scheduler, Long term scheduler calculates which processes are a...

Long term scheduler calculates which processes are admitted to the machine for processing. It accepts the degree of multiprogramming. Once accepted, a job converts a process.

What is spooling, What is spooling? Spooling overlaps the I/O of single...

What is spooling? Spooling overlaps the I/O of single job with the computation of other jobs.

What is a process control block?, What is a Process Control Block? Ever...

What is a Process Control Block? Every process in the operating system is represented by a process control block as well called a task control block. It contains several pieces

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