LZZ ATELIER
文章归档 · STUDY
study学习Golang

Journey of an RPC call at server-- from Unix Socket to Go Handler

I used to encounter an interesting issue, the Redis call has an increase in latency after I upgrade the network library dependency of my service RPC framework. The reason was that the pollers of RPC networker library occupy too much CPU and it grabs the default Redis netpoller's CPU schedule. However, I could barely understand what happened in the networking part of the framework. So this session I will do a rough introduction on network packages

23 分钟阅读
BY BRABALAWUKA
Journey of an RPC call at server-- from Unix Socket to Go Handler