Science, asked by avdhutdhamankar6861, 1 year ago

How are stubs automatcally generated in distributed file systems?

Answers

Answered by Mayhem
0
Automatically: This is the more commonly used method for stub generation. It uses an interface description language (IDL) to define the interface between client and server. For example, an interface definition has information to indicate whether each argument is input, output or both; only input arguments need to be copied from client to server and only output elements need to be copied from server to client.
Similar questions