<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    On 12/06/2023 17:28, Attila Kelemen wrote:<br>
    <blockquote type="cite" cite="mid:CAKDaPBeisG93OpuBN38TiOkfzXWHarGzScCtiWfuB9b8BxHbcg@mail.gmail.com">
      
      <div dir="ltr">
        <div class="gmail_quote">
          <div><br>
          </div>
          <div>Most usually DB pool implementations can be limited in
            which case they will just wait until one gets put back to
            the pool.<br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    It's possible this topic will come up many times. I wonder if anyone
    with experience in this area would have time to do an inventory of
    the JDBC drivers and the DB connection pools to see how they behave
    with virtual threads.  Oracle's JDBC driver, PostgreSQL JDBC driver,
    and a few others have JDBC drivers that work well with virtual
    threads but I have seen much on DB connection libraries. Do they
    provide API that wait for a connection to be available without
    pinning a virtual thread?<br>
    <br>
    -Alan<br>
  </body>
</html>