Lightweight and low latency Java network library?

I'm studying a client server pair in which a multi-threaded client performs thousands of server calls per second. The first priority is to achieve minimum latency Throughput should also be high Both the client and server are written in Java, and the communication semantics are very simple (put / get operation)

What is the best Java Web Library / framework to meet these requirements? Servers like tomacat / jetty seem to be heavyweight I'm thinking about Mina or netty, but I'm not sure whether these asynchronous libraries will provide stable low latency under heavy workload

Solution

I suggest you try kryonet framework

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>