jetty/jetty.project
GitHub で見るProvide a thread pool that limits virtual threads creation
Open
#14,362 opened on 2026年1月19日
EnhancementHelp Wanted
Repository metrics
- Stars
- (3,701 stars)
- PR merge metrics
- (平均マージ 6d 14h) (30d で 48 merged PRs)
説明
Jetty version(s) 12.1.x
Enhancement Description Following discussion in #14330, would be nice to document how to create a thread pool that actually limits the number of virtual threads.
Would a QueuedThreadPool with a virtual ThreadFactory be enough?