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 730 forks source link

FastSocket for CentOS7? #12

Closed aidahz closed 9 years ago

aidahz commented 9 years ago

hello, FastSocket现在的版本好像只支持到CentOS6.5;我想了解一下支持CentOS7计划是怎样的?谢谢!

gfreewind commented 9 years ago

I am working on the CentOS 7. It could be compiled successfully now, but it could not bootup because of the conflict with glibc.

yzeng1984 commented 7 years ago

Hi,

I saw some discussions previously that FastSocket has been ported to CentOS 7 already on URL https://github.com/gfreewind/fastsocket-CentOS7 But it seems the link is out of date and I could not access it.

Would you please let me know if the porting work is done already?

Thanks