Re: [I] Adding Project Loom Support [mina-sshd]

2024-04-08 Thread via GitHub
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.

[I] Adding Project Loom Support [mina-sshd]

2024-04-05 Thread via GitHub
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