Skip to content

升级netty 4以及 使用kryo 的序列化,提供safe 和unsafe 的序列化。

License

Notifications You must be signed in to change notification settings

AllenRay/dubbo-ex

Repository files navigation

1,升级到netty4
2,在当当 dubbox kryo 序列化的基础的基础上 提供了unsafe的操作,性能超过safe的操作,但是某些CPU的架构不合适

如果要使用neety 4,在配置protocol 的时候 指定transporter/server/client
 <dubbo:protocol name="dubbo" port="20987" dispather="all" threadpool="fixed" threads="100" transporter="netty4" server="netty4" client="netty4"/>
 
 在windows 平台上面使用NIO,而在linux 系统上面使用epoll,大幅提高性能

About

升级netty 4以及 使用kryo 的序列化,提供safe 和unsafe 的序列化。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published