<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
On 06/08/2023 16:44, Attila Kelemen wrote:<br>
<blockquote type="cite" cite="mid:CAKDaPBfERYVXvkT6Qga0ZyZOp-YVmhhO3jg8cyivWipY6x8xtA@mail.gmail.com">
<div dir="ltr">:
<div class="gmail_quote">
<div><br>
</div>
<div>As soon as I pressed the send button, I realized that the
DB is not a good example, though not as you wrote, since it
is not normally the responsibility of the JDBC driver, but a
connection pool which you configure (still you have to do
that at app level as well usually).</div>
<br>
</div>
</div>
</blockquote>
A connection pool for DB connections is a reasonable example where
you might limit concurrency. It's finer grain than the number of
threads, which I think is what your original message was trying to
get to.<br>
<br>
-Alan<br>
</body>
</html>