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

   Why should a newer library be much faster? It's the same protocol. If both 
are programmed correctly, they should have about the same performance.
   
   My local tests show that with INFO logging Apache MINA SSHD has about the 
same performance for uploads and downloads of small or large files as JSch, and 
both are competitive with OpenSSH. In all three timing is linear with file size.
   
   DEBUG logging does slow down things quite a bit. In particular I would 
expect Apache MINA SSHD to log much more than JSch.
   
   It's not a good idea to run a production application with DEBUG logging on 
by default.


-- 
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