Synchronous executor interface

Alan Bateman Alan.Bateman at oracle.com
Sun Aug 6 22:14:11 UTC 2023


On 06/08/2023 16:44, Attila Kelemen wrote:
> :
>
> 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).
>
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.

-Alan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/loom-dev/attachments/20230806/7bb74e4d/attachment-0001.htm>


More information about the loom-dev mailing list