Changes between Version 39 and Version 40 of rpc_implementation
- Timestamp:
- Jan 17, 2019, 4:39:37 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
rpc_implementation
v39 v40 81 81 The tasks 4 and 5 can be done, for each target server, by the generic ''rpc_send()'' function. 82 82 83 If the RPC service does not return values (no ''out'' arguments), it is possible to save memory on the client side,:w 84 and use an unique, shared, RPC descriptor. 85 83 86 == 6) Pool of RPC servers == 84 87