12.07.2015 Views

RPC, RMI and CORBA

RPC, RMI and CORBA

RPC, RMI and CORBA

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Architectural Abstractions• sockets• make IPC look like explicitly sending messages(datagram) or reading <strong>and</strong> writing a file (stream)localprocessmessagesor IOremoteprocess• remote procedure call or remote method invocation• make IPC look like local procedure call or methodinvocationlocalobjectmethodinvocationreturnvalueargsremoteobjectArguments <strong>and</strong> return values must be either serializable (passed by copy)or remote objects themselves (passed by remote reference).

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!