Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Providing services using a server

In general, services may be provided to client programs in two ways:

A conventional library has the advantages that the technology is familiar and universal, and that transfer of control from client to service provider is very fast — a few machine instructions.

However, it is appropriate to provide services through a server:

Most servers are motivated by a combination of requirements such as these.

There are three distinct aspects to the service provided by a server: