turn on TCP_NODELAY, in both directions. This avoids latency when a request or...
turn on TCP_NODELAY, in both directions. This avoids latency when a request or response doesnt fit in one packet. ZEO is already doing its best to buffer data before calling send, so TCP_NODELAY can do little harm
Showing
Please register or sign in to comment