GitHub user mheemskerk opened a pull request:
https://github.com/apache/mina-sshd/pull/1
SSHD-253 Improve performance on ServerSession auth and idle timeout chec...
Refactoring of the way ServerSession checks for auth and idle timeouts. The
original version was creating, scheduling and unscheduling many Runnable
instances while the ServerSession is active. This refactored version
creates an
'idle ping' Runnable that checks each of the currently running
ServerSessions
for timeouts. This check is run once every second.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mheemskerk/mina-sshd
SSHD-253-timeout-performance
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mina-sshd/pull/1.patch
----
----