zoukankan      html  css  js  c++  java
  • Remoting在FX2.0中的新特性 (2)

    新Channel - ICP

    在System.Runtime.Remoting下新加了一个Namespace “System.Runtime.Remoting.Channels.Ipc”
    Summary:
    The System.Runtime.Remoting.Channels.Ipc namespace defines a communication channel for remoting that uses the Interprocess Communication (IPC) system of the Windows operating system. Because it does not use network communication, the IPC channel is much faster than the HTTP and TCP channels, but it can only be used for communication between application domains on the same physical computer.

    ICP是一个进程内通讯的通道,对于在同一个机器的不同应用程序域的交互,使用ICP比TCP都要快。

    看来现在的Remoting方面的加强主要是以Performance为目的的。
    分享到: 更多
  • 相关阅读:
    Model1简介
    修改Maven的本地仓库地址
    JavaWeb实现上传文件
    数据库
    集合
    JavaWeb
    Java基础
    Redis 中 redis.conf配置详细解析
    利用Java生成二维码
    利用dom4j读写XML
  • 原文地址:https://www.cnblogs.com/redmoon/p/19991.html
Copyright © 2011-2022 走看看