Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is “RPC” and how is it used by AcuServer?

acuserver RPC Used
0
Posted

What is “RPC” and how is it used by AcuServer?

0

This acronym stands for Remote Procedure Call. AcuServer uses RPC technology to make efficient use of network resources. In the absence of configuration variables that specify remote file names, a client runtime responds to COBOL file actions (OPEN, CLOSE, READ, WRITE, etc.) by invoking the appropriate file routine within the client runtime itself. However, when configuration variables specify remote file names, a client runtime makes a Remote Procedure Call across the network to the identical file routine within AcuServer, rather than within itself. Because AcuServer contains the same file routines as the runtime, the client runtime need not pass individual I/O requests across the network to issue each of the many disk actions required to perform a particular I/O command. Instead, one high-level call can be made. AcuServer has all the same file logic as a runtime, can issue all the necessary I/O commands on the server, and need only reply across the network when the high-level request

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123