摘要
C#所提供的Remoting功能为程序设计时调用远程函数提供了极大的方便,这种调用是通过网络实现的,网络带宽毕竟有限,远程调用频繁时,数据大小对网络造成的压力更为凸显。实践证明,在传输时压缩数据的方法,可极大地压缩传输数据,有效地减轻网络负担。
It' s easy to call remote function by the remoting function in C# programing, in general, we call remote functionby network But the bandwidths of the network are limited, the network will be very busy when the remote call is frequentand the data sizes are large. A method to compress the data in practice, and the data size will reduce significantly, so we canimprove the network efficiency by the method.
出处
《电脑编程技巧与维护》
2014年第14期11-11,36,共2页
Computer Programming Skills & Maintenance