Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
ngx.thread.wait性能问题
soaercom
在使用ngx.thread.wai的时候,不知怎么回事CPU怎么都压不上,用火焰图分析后,socket占用时间最长,也就是send方法,不用ngx.thread.wai的QPS可以达到1.7w,用了以后 就只有几百了。
有没有更好的办法 不用ngx.thread.wai也能使得同步呢?