Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to enable virtual worker threads in TCP, Web, and PG servers on Java 21+ #3865

Merged
merged 2 commits into from Aug 8, 2023

Conversation

katzyn
Copy link
Contributor

@katzyn katzyn commented Aug 7, 2023

-tcpVirtualThreads true, -webVirtualThreads true, and -pgVirtualThreads true now can be used on Java 21 to use virtual threads for worker threads of these servers.

By default regular threads are used on all Java versions.

These flags might be useful when number of connections is very large.

@katzyn katzyn merged commit fcc5461 into h2database:master Aug 8, 2023
3 checks passed
@katzyn katzyn deleted the loom branch August 8, 2023 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant