https://github.com/piomin/sample-java-concurrency
Demo app and JUnit tests illustrating the most useful concurrency mechanisms in Java
https://github.com/piomin/sample-java-concurrency
http-server java java-concurrency java19 virtual-threads
Last synced: about 1 month ago
JSON representation
Demo app and JUnit tests illustrating the most useful concurrency mechanisms in Java
- Host: GitHub
- URL: https://github.com/piomin/sample-java-concurrency
- Owner: piomin
- Created: 2022-12-22T09:49:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T15:57:34.000Z (about 1 month ago)
- Last Synced: 2026-03-03T20:11:43.424Z (about 1 month ago)
- Topics: http-server, java, java-concurrency, java19, virtual-threads
- Language: Java
- Homepage:
- Size: 56.6 KB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Concurrency and Parallelism Demo Project [](https://twitter.com/piotr_minkowski)
Go to the following articles for more details:
1. How to build your own HTTP server with #Java API, use virtual threads for handling incoming requests and compare performance with version based on standard threads -> [Java HTTP Server and Virtual Threads](https://piotrminkowski.com/2022/12/22/java-http-server-and-virtual-threads/)
2. How to use virtual threads, build a native image with GraalVM and run such the Java app on Kubernetes -> [Native Java with GraalVM and Virtual Threads on Kubernetes](https://piotrminkowski.com/2023/01/04/native-java-with-graalvm-and-virtual-threads-on-kubernetes/)