Posted on 2019-01-26使用socket so_reuseport提高服务端性能 在多核时代,一般主流的web服务器都使用 SO_REUSEADDR模式。 以下是比较典型的多进程/多线程服务器模型。 Continue reading "使用socket so_reuseport提高服务端性能"