next up previous
Next: Modules of the Up: Programing example:a personel Previous: Tables of irpr

System configuration

In what follows, we describe the internal specification of irpr.

Irpr is a client server type system. The client works as an interface with a user, therefore it submits requests of the user to the server and receives processing results from the server and displays them. The server translates requests from clients into the corresponding primitive commands of Kappa and executes them.

The clients and the server are connected by the socket interfaces.

The modules and file names in parentheses of the server and the client are shown below.