javaee / grizzly

Writing scalable server applications in the Java™ programming language has always been difficult. Before the advent of the Java New I/O API (NIO), thread management issues made it impossible for a server to scale to thousands of users. The Grizzly NIO framework has been designed to help developers to take advantage of the Java™ NIO API.
https://javaee.github.io/grizzly/
Other
222 stars 60 forks source link

Improve ergonomics of thread pool sizing to take into account running within containers. #1961

Closed rlubke closed 6 years ago

rlubke commented 7 years ago

Per the summary. The current defaults to the number of cores in the environment, however, this doesn't make sense in a containerized world.

glassfishrobot commented 6 years ago

Closing this as this issue is migrated to https://github.com/eclipse-ee4j/grizzly/issues/1961