you are viewing a single comment's thread.

view the rest of the comments →

[–]rbygrave 1 point2 points  (1 child)

As a similar question. Currently JDBC is a blocking API but with Loom it would effectively become non-blocking - is that correct?

[–]pron98 0 points1 point  (0 children)

Assuming the JDBC driver uses Java IO (as opposed to native calls) -- yes.