Alternatives to "Raining Sockets"
Posted
by
sanity
on Stack Overflow
See other posts from Stack Overflow
or by sanity
Published on 2010-12-26T13:49:00Z
Indexed on
2010/12/26
13:53 UTC
Read the original article
Hit count: 188
I need to build a Java app with considerable IO requirements, supporting tens of thousands of concurrent TCP connections.
I found a library called Raining Sockets which seems intended to make it easier to use Java's asynchronous NIO package, but the last update was 6 years ago.
Are there other libraries, that are preferably still under active development, and with a public maven repository, that I should look at?
© Stack Overflow or respective owner