File: PrefServer-usr-x86.zip
       Author: Marco Nelissen <marcone@xs4all.nl>
      Release: 0.4 (september 5th, 1998)
Compatibility: R3
     Location: contrib/libraries
  Description: Client-server solution for easiest saving of preferences
        Notes: This server will process requests to save and retrieve preferences.
               The programmer is provided with an easy interface to the server
               through a small C++ class. It is up to the user to decide how to
               actually store the preferences, the programmer need not concern
               himself with this.
               The server can currently store preferences in a number of different
               ways (totally transparent to the programmer), can block read/write
               requests, and can log all transaction.
               This archive contains the server and a test-application. A seperate
               developer archive is available.