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

   #458 doesn't say anything about a "single thread". It uses a single _thread 
pool_ for all sessions instead of creating a thread for each session.
   
   If you suspect that change was the cause, why don't you check out the 
sources, undo that change, and test again?
   
   Did you profile the application to check where the hot spots are?
   
   The only way I can imagine this single thread pool to cause such trouble 
might be if we submit a lot of flush tasks that actually don't have to flush 
anything. If it can ascertained that this is the cause we could improve this 
special case such that we don't submit a flush task if there's nothing to flush.


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