Skip to content

Commit

Permalink
Merge pull request quarkusio#36422 from rolfedh/pinning-obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier authored Oct 16, 2023
2 parents a084b49 + 604459a commit e30bae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/main/asciidoc/virtual-threads.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ results in frequent pinning.
Most JDBC drivers still pin the carrier thread.
Even worse, lots of widespread libraries are pinning and would require code changes.

For more information, see link:https://quarkus.io/blog/virtual-thread-1/[When Quarkus meets Virtual Threads]

[[pooling]]
==== The pooling case
Some libraries are using `ThreadLocal` as an object pooling mechanism.
Expand Down

0 comments on commit e30bae3

Please sign in to comment.