在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:jjenkov/java-nio-server开源软件地址:https://github.com/jjenkov/java-nio-server开源编程语言:Java 100.0%开源软件介绍:Java NIO ServerA Java NIO Server using non-blocking IO all the way through. Note: This is NOT intended for reuse "as is". This is an example of how you could design a Java NIO server yourself. The design is explained in this tutorial: Because this is an example app - this project will NOT accept feature requests. If there are any obvious bugs in the code, I can fix those, but apart from that, the code has to stay as it is. By the way, I am working a real, usable non-blocking client-server API called "Nanosai Net Ops" - based on the designs of this project. That project contains both a client and a server, and you can use both client and server using both blocking and non-blocking methods, and switch between the two modes as you see fit. You can find Net Ops here: https://github.com/nanosai/net-ops-java I have been able to "echo" around 200.000 messages per second with Net Ops (in early versions), coming from 3 clients running on the same machine, against a single-threaded server - on a Quad core CPU. Net Ops has several smaller improvements in the design and functionality over the server you see in this project, so if you really want to study a more robust non-blocking IO client / server design, look at Net Ops too. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论