Answer Posted / rajashree
we use the Msg library to implement a Remote Procedure Call
module, RPC.pm. The idea of RPC is to transparently invoke
a subroutine in another process space and have it behave
exactly as if it had been invoked in its own process. The
following are the features we take for granted while
calling ordinary subroutines, which the RPC module takes
into account:
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sortedset in java?
What happens if I remove static from main method?
State two differences between C and Java.
What is abstract class constructor called?
What are constants and how to create constants in java?
Why there are some null interface in java? What does it mean?
Does java support function overloading, pointers, structures, unions or linked lists?
What is arrays fill in java?
What is boolean flag in java?
what is session in java?
What is fail fast in java?
How are variables stored?
What is function and its uses?
Can an interface have a constructor?
What modifiers are allowed for methods in an interface?