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

Components of the r/e system, What components of the R/e system initiate th...

What components of the R/e system initiate the start of background jobs at the specified time? The batch scheduler initiates the begin of background job.  The dispatcher then s

Explain about interprocess communication, Explain about interprocess commun...

Explain about interprocess communication The cooperating processes communicate with each other via an interprocess communication facility. IPC gives a mechanism to permit proce

Explain peterson''s solution for the critical section problem, Explain the ...

Explain the Peterson's solution for the critical section problem? In Peterson's solution two variables a) flag and b) turn are used as shared variables. If the both shared vari

Exdplain many-to-many model, Many-to-Many Model The many-to-many model-...

Many-to-Many Model The many-to-many model- many user-level threads to many kernel-level threads avoids several of the limitations of the one-to-one model, although extending mu

Define unixware, Define UnixWare UnixWare manages resources at the proc...

Define UnixWare UnixWare manages resources at the process level. Each resource allocated to the application is actually allocated to the process representing the application. C

Virtual memory, In modern operating systems, applications do not directly a...

In modern operating systems, applications do not directly access the physical memory. Instead, they use so-called virtual memory, where each virtual address is translated to a phys

Multiprogramming., In a multiprogramming and time sharing environment sever...

In a multiprogramming and time sharing environment several users share the system simultaneously .what are two such problems?

Explain enhanced second-chance algorithm, Enhanced second-chance algorithm....

Enhanced second-chance algorithm. When we increase the second-chance algorithm by considering both the reference bit and the modify bit as an order pair. We have the following

necessary conditions for a deadlock , Q) a. Given that the first three nec...

Q) a. Given that the first three necessary conditions for a deadlock are in place, comment on the feasibility of the following strategy. All processes are given  unique priorities.

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

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