高性能RPC框架 nfs-rpc
- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/nfs-rpc/
- 软件文档: http://code.google.com/p/nfs-rpc/w/list
软件介绍
nfs-rpc是一个集成了各种知名通信框架的高性能RPC框架,目前其最好的性能为在采用grizzly作为通信框架,采用pb作为序列化/反序列化时,tps为168k次/秒。
其支持的功能主要为:
1、透明的调用远端服务器提供的功能,例如UserService.getUserNameById;
2、单连接或多连接;
3、连接复用,因此在多线程获取连接时无需阻塞;
4、同步调用;
5、超时机制;
6、支持多种通信框架(Mina/Netty/Grizzly),支持多种序列化/反序列化(Java/Hessian/PB);
7、支持自定义通信协议,可完全替换NFS-RPC自带的协议。
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》 这本书的介绍吧!
