Guardian Programmer's Guide

Table Of Contents
Writing a Server Program
Guardian Programmer’s Guide 421922-014
22 - 9
Application Overview
The unit price of the item
The name of the supplier
If an order has been placed with the supplier, the quantity ordered and the
expected delivery date
The Orders File
The orders file contains one order record for each item ordered by a customer. The
orders file contains the following information:
The part number of the item ordered
A brief description of the item ordered
The quantity ordered
The name, address, and credit-card number of the customer
The date when the order was placed
The date that the order was shipped (if it has been shipped)
The status of the order, indicating whether the order has been shipped, paid for,
and so on
The Role of the Server Processes in the Application
Figure 22-2 shows the role of server processes in the application.