https://github.com/mbien/vt4jetty
Enables Jetty to use project loom's virtual threads instead of plain old java threads.
https://github.com/mbien/vt4jetty
java jetty loom openjdk
Last synced: 7 months ago
JSON representation
Enables Jetty to use project loom's virtual threads instead of plain old java threads.
- Host: GitHub
- URL: https://github.com/mbien/vt4jetty
- Owner: mbien
- Created: 2020-08-05T09:38:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T13:09:02.000Z (about 5 years ago)
- Last Synced: 2025-02-01T21:41:22.671Z (8 months ago)
- Topics: java, jetty, loom, openjdk
- Language: Java
- Homepage: https://mbien.dev/blog/entry/configuring-eclipse-jetty-to-use
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Virtual Threads for Jetty
Enables Jetty to use project loom's virtual threads instead of plain old java threads.1. copy jetty-threadpool.xml into ${JETTY_BASE}/etc
2. copy vt4jetty-1.0-SNAPSHOT.jar into ${JETTY_BASE}/lib/extif everything is set up properly you should see "VirtualThreadExecutor is active." in the console when the server starts.