已经在新浪的产品环境中使用高性能的Socket实现:Fastsocket
Fastsocket 是一个高可伸缩的 Socket 以及 Linux 内核的底层网络实现。可以在多核机器上提供极好的性能,此外使用和维护还非常简单。目前该项目已经在新浪的产品环境中使用。该项目由清华大学和新浪网联合组成的 Fastos 团队开发,该团队的使命是提升 Linux 内核的效率。
目前支持 Fastsocket 的有 nginx、haproxy 和 lighttpd。
安装编译:
[root@localhost ~]# git clone https://github.com/fastos/fastsocket.git [root@localhost ~]# cd fastsocket/kernel [root@localhost kernel]# make defconfig [root@localhost kernel]# make [root@localhost kernel]# make modules_install [root@localhost kernel]# make install
下面是一些使用了 Fastsocket 后的性能测试结果:
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!