Dashboard > Java字典 > RPC
Java字典 Log In   View a printable version of the current page.
RPC
Added by Anonymous, last edited by Anonymous on May 16, 2005
Labels: 
(None)

Remote Procedure Call 的縮寫,也就是遠端程序呼叫,

當兩台電腦建立連線時,一台電腦呼叫另一台遠端電腦幫它跑程式,

這個呼叫就是我們提到的 RPC.

RPC 傳送 request message 給 server,server 執行一個指定的程序後,

會把結果傳回給 client.

由於 RPC 是在實作分散式處理,使得資料交換得以實現,並且讓遠端程式的執行

可以在使用者面前呈現,此外,利用網路資源可使電腦效率提高,以處理更複雜的問題.

java 也有提供 RPC 的規格就是 RMI

RMI (Java字典)

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.1.5a Build:#411 Mar 16, 2006) - Bug/feature request - Contact Administrators