高性能RPC框架 nfs-rpc

码农软件 · 软件分类 · RPC/XMLRPC项目 · 2019-04-11 21:12:55

软件介绍

nfs-rpc是一个集成了各种知名通信框架的高性能RPC框架,目前其最好的性能为在采用grizzly作为通信框架,采用pb作为序列化/反序列化时,tps为168k次/秒。

其支持的功能主要为:

1、透明的调用远端服务器提供的功能,例如UserService.getUserNameById;

2、单连接或多连接;

3、连接复用,因此在多线程获取连接时无需阻塞;

4、同步调用;

5、超时机制;

6、支持多种通信框架(Mina/Netty/Grizzly),支持多种序列化/反序列化(Java/Hessian/PB);

7、支持自定义通信协议,可完全替换NFS-RPC自带的协议。

本文地址:https://www.codercto.com/soft/d/3377.html

An Introduction to Genetic Algorithms

An Introduction to Genetic Algorithms

Melanie Mitchell / MIT Press / 1998-2-6 / USD 45.00

Genetic algorithms have been used in science and engineering as adaptive algorithms for solving practical problems and as computational models of natural evolutionary systems. This brief, accessible i......一起来看看 《An Introduction to Genetic Algorithms》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

URL 编码/解码
URL 编码/解码

URL 编码/解码