dspangen opened a new issue, #480:
URL: https://github.com/apache/mina-sshd/issues/480

   ### Description
   
   Hi, I noticed there are quite a few uses of spinlocks (`synchronized` usage) 
within mina. Are there any plans to replace these with `ResourceLocks` to 
prevent thread pinning (as discussed in 
[JEP-444](https://openjdk.org/jeps/444))? Without it, it's not reasonable to 
use mina with virtual threads in all cases.
   
   ### Motivation
   
   Scalability
   
   ### Alternatives considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to