Content Explore

Request-Response Olympics - The Search For The Perfect Request-Response Protocol

Published : 2020-03-22 Categories : Network Tags : RPC Protocol Network TCP HTTP gRPC Redis Bench Performance
This is a story of how we cut down response times significantly in our backend with a few simple ste...

Go语言TCP Socket编程

Published : 2015-11-19 Categories : Coding Tags : Golang TCP Socket
Golang
的主要 设计目标之一就是面向大规模后端服务程序,网络通信这块是服务端 程序必不可少也是至关重要的一部分。在日常应用中,我们也可以看到Go中的net以及其subdirectories下的包...