LipeRMI

码农软件 · 软件分类 · 网络工具包 · 2019-03-03 13:44:28

软件介绍

LipeRMI是一个轻量级远程方法调用框架,类似于Java RMI。它专门设计用于基于Internet通信的环境。每一个客户端只有一个socket。它的主要特性包括:

  • 提供一个简单,可扩展框架和API。
  • 非常轻量级不依赖任何第三方包。
  • 安全可靠。
  • 提供类似于RMI的API,让程序只需做少量调整,就能够将RMI替换为LipeRMI。
  • 优化带宽使用率。
  • 优化客户端与服务器的通信(复用相同的socket并保持alive)。
  • 当面向连接的事件发生时,将触发预定的动作。
  • 本文地址:https://www.codercto.com/soft/d/535.html

    Introduction to Algorithms, 3rd Edition

    Introduction to Algorithms, 3rd Edition

    Thomas H. Cormen、Charles E. Leiserson、Ronald L. Rivest、Clifford Stein / The MIT Press / 2009-7-31 / USD 94.00

    Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. The book covers a broad ......一起来看看 《Introduction to Algorithms, 3rd Edition》 这本书的介绍吧!

    XML、JSON 在线转换
    XML、JSON 在线转换

    在线XML、JSON转换工具

    正则表达式在线测试
    正则表达式在线测试

    正则表达式在线测试

    RGB HSV 转换
    RGB HSV 转换

    RGB HSV 互转工具