1820530 Members
2339 Online
109626 Solutions
New Discussion

RPC function call

 
Seetha Lakshmi
Frequent Advisor

RPC function call

What is the space requirement for making an rpc call. How to check if the required space is available.

Also what is the space requirement for making standard rpc function calls
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor

Re: RPC function call

There is no way to answer your question. It's like asking how much memory is required for printf(). It depends entirely (plus some overhead) on the parameters. Typically you don't worry about memory for RPC you just see if the program/function is registered on the remote machine and if so, you proceed. You get a better idea of the memory requirement by looking at the XDR representations of the various data types that you pass.
If it ain't broke, I can fix that.