A service starts one virtual thread per request, but its database accepts only 30 concurr…

from Java 21 features
Java 25 LTS intermediate 1 min

A service starts one virtual thread per request, but its database accepts only 30 concurrent queries. What should bound database access?

Report an error