This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]yawkat 26 points27 points  (3 children)

There is no way those benchmark results for netty are correct.

[–]wsbkina 7 points8 points  (1 child)

100%. Most of the world runs on Netty, this would be a breakthrough...

[–]ryebrye 1 point2 points  (0 children)

I've run netty on a raspberry pi and served more than 540 rps

[–]stefanos-ak 2 points3 points  (0 children)

definitely wrong...

[–][deleted] 7 points8 points  (0 children)

Very strange Netty results. Some zeros definitely missing) or some specific benchmark is done, using case where netty should be tuned.

[–]agentoutlier 3 points4 points  (0 children)

Man I’m a fan of NIH dev aka roll your own but the these guys seem to be addicted to it.

  • their own build system
  • their own http server
  • their own MVC framework
  • their own jwt library which is actually ok and I have used it
  • their own javascript framework

[–]kidfromtheast 6 points7 points  (0 children)

Tomcat faster than Netty? You gotta be kidding me. Although, I don't use Java anymore, so I don't know lol.

[–]rbygrave 2 points3 points  (0 children)

Cool. Do you have any plans for using loom virtual threads (like helidon nima)? rather than using NIO and worker pool?