AllenRay/dubbo-ex
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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,大幅提高性能