1.2 Implementation Details
AcuServer provides remote file access services through the use of a memory resident program (daemon or service) named acuserve, running on the file server. The client application executes using an ACUCOBOL-GT Version 7.2 runtime.
The runtime recognizes access requests to remote files and uses socket calls to acuserve to fulfill the requests.
On the server, acuserve waits for file access requests, manages their execution, and returns the result to the client requester.
A typical AcuServer interaction might be:
- An application running on a network machine attempts to READ a file.
- The ACUCOBOL-GT runtime recognizes that the file to be read is located on a remote system and packages the request to acuserve on the file server.
- acuserve receives the request, executes the READ and returns the result to the client, completing the interaction.
Acucorp, Inc. Voice: 800.262.6585 (U.S.A. and Canada) Voice: 858.689.4500 Fax: 858.689.4550 Please share your comments on this manual or on any Acucorp documentation with the Acucorp Communications Department. |