This is an automated email from the ASF dual-hosted git repository.
mattrpav pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/main by this push:
new 7de90512d [AMQ-9394] Fix type-o's in virtual thread doc
7de90512d is described below
commit 7de90512ddf730914ae672d49f7c05e4f107e787
Author: Matt Pavlovich <[email protected]>
AuthorDate: Fri Aug 30 11:41:48 2024 -0500
[AMQ-9394] Fix type-o's in virtual thread doc
---
src/components/classic/documentation/virtual-threads.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/classic/documentation/virtual-threads.md
b/src/components/classic/documentation/virtual-threads.md
index 4752537aa..f6a3a0e57 100644
--- a/src/components/classic/documentation/virtual-threads.md
+++ b/src/components/classic/documentation/virtual-threads.md
@@ -25,9 +25,9 @@ JDK 21 support for Virtual Threads can lead to thread pinning
in _synchronized_
Technical factors:
- * ActiveMQ uses virtual thread-friendly locking for key performance related
ares in the Queue class
- * ActiveMQ uses virtual thread-unfriendly _synchronized_ code blocks in many
areas
- * JDK 23 is slated to address the thread pinning in _synchrnoized_ code blocks
+ * ActiveMQ currently (6.1.x) uses virtual thread-friendly locking for key
data structures in the Queue class
+ * ActiveMQ currently (6.1.x) uses virtual thread-unfriendly _synchronized_
code blocks in many areas in the client and broker code
+ * JDK 23 is slated to address the thread pinning in _synchronized_ code blocks
* JDK 25 is the next planned LTS release after JDK 21
* Areas of ActiveMQ source code will need to be modernized to be more virtual
thread friendly
* New virtual-thread first implementations may be added using extension
points in the broker, vs refactoring the existing stable components
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact