sockets - Java server < 50 microseconds TCP latency possible? -


is possible create java tcp server latency lower 50 microseconds?

i tried both vanilla java , netty. best achieved ~300 microseconds measuring both java system.nanotime() , wrk tool.

i want without inter process communication optimizations (in case ~1 microseconds can achieved). simulated fair tcp connection starting server in docker container.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -