Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
read: use goroutine with timer per each connection to handle keep alive insdead of using SetReadDeadline which requires call to time.Now. That leads to lots of syscalls on heavy loaded connections write: use net.Buffers to perform batch writes. buffers flushed every 1ms (tune this period if needed) Signed-off-by: Artur Troian <[email protected]>
- Loading branch information