fastos / fastsocket

Fastsocket is a highly scalable socket and its underlying networking implementation of Linux kernel. With the straight linear scalability, Fastsocket can provide extremely good performance in multicore machines. In addition, it is very easy to use and maintain. As a result, it has been deployed in the production environment of SINA.
GNU General Public License v2.0
3.76k stars 727 forks source link

centos 6.8使用fastsocket #56

Open saga1015 opened 8 years ago

saga1015 commented 8 years ago

@gfreewind 你好,请问kernel-2.6.32-642能否使用fastsocket呢?如果可以的话,是不是只需要编译 library和module目录的东东就可以?

gfreewind commented 8 years ago

fastsocket没有做到完全模块化,内核源码还是有改动的。所以,只能重新编译内核。