tomaswolf commented on issue #480:
URL: https://github.com/apache/mina-sshd/issues/480#issuecomment-2042182161

   No, there are currently no such plans. Also from JEP-444:
   > In a future release we may be able to remove the first limitation above, 
namely pinning inside synchronized.
   
   Object monitors are a very useful language feature; replacing them all by 
`ReentrantLock`s will complicate the code and reduce its readability 
considerably and gives rise to new possibilities to make mistakes.
   
   Apache MINA SSHD is built on the asynchronous I/O model; it's not clear to 
me how easy or complicated it might be to adapt it to virtual threads such that 
it actually benefits from them.


-- 
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: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to