[原創].NET Remoting: 如何通過Remoting實現雙向通信(Bidirectional Communication)

Remoting是NET平臺下比較成熟高效的分佈式技術,我們習慣採用傳統的遠程調用的方式使用Remoting。在客戶端所在的Application Domain,我們通過Proxy(Transparent Proxy)遠程地跨Application Domain調用一個方法。當來自Client端的調用請求通過Proxy到達Server端所在的Application Domain後,Remoting
相關文章
相關標籤/搜索