Java thread per connection model vs NIO

后端 未结 7 1457
悲&欢浪女
悲&欢浪女 2020-12-12 14:58

Is the non-blocking Java NIO still slower than your standard thread per connection asynchronous socket?

In addition, if you were to use threads per connection, would

7条回答
  •  离开以前
    2020-12-12 15:55

    You might get some inspiration from the former Sun sponsored project, now named Red Dwarf. The old website at http://www.reddwarfserver.org/ is down.
    Github to the rescue: https://github.com/reddwarf-nextgen/reddwarf

提交回复
热议问题