This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0c0f19990 Automatic Site Publish by Buildbot
0c0f19990 is described below
commit 0c0f1999094ceece941a52d885d9ee3e2f259438
Author: buildbot <[email protected]>
AuthorDate: Fri Aug 30 16:43:42 2024 +0000
Automatic Site Publish by Buildbot
---
output/components/classic/documentation/virtual-threads.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/output/components/classic/documentation/virtual-threads.html
b/output/components/classic/documentation/virtual-threads.html
index 5254fa9f4..78da74c15 100644
--- a/output/components/classic/documentation/virtual-threads.html
+++ b/output/components/classic/documentation/virtual-threads.html
@@ -115,9 +115,9 @@
<p>Technical factors:</p>
<ul>
- <li>ActiveMQ uses virtual thread-friendly locking for key performance
related ares in the Queue class</li>
- <li>ActiveMQ uses virtual thread-unfriendly <em>synchronized</em> code
blocks in many areas</li>
- <li>JDK 23 is slated to address the thread pinning in <em>synchrnoized</em>
code blocks</li>
+ <li>ActiveMQ currently (6.1.x) uses virtual thread-friendly locking for key
data structures in the Queue class</li>
+ <li>ActiveMQ currently (6.1.x) uses virtual thread-unfriendly
<em>synchronized</em> code blocks in many areas in the client and broker
code</li>
+ <li>JDK 23 is slated to address the thread pinning in <em>synchronized</em>
code blocks</li>
<li>JDK 25 is the next planned LTS release after JDK 21</li>
<li>Areas of ActiveMQ source code will need to be modernized to be more
virtual thread friendly</li>
<li>New virtual-thread first implementations may be added using extension
points in the broker, vs refactoring the existing stable components</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact