From 35fdd0fcb036ca76f8e0d713e6f87922971eb444 Mon Sep 17 00:00:00 2001 From: Jakob Jenkov Date: Tue, 7 Jan 2020 10:54:04 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 710f3f3..0b9a746 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,7 @@ and switch between the two modes as you see fit. You can find Net Ops here: [https://github.com/nanosai/net-ops-java](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.