tomaswolf commented on issue #701: URL: https://github.com/apache/mina-sshd/issues/701#issuecomment-2735604725
The limiting factor will not be the number of directories but the number of simultaneously connected users: concurrent SSH sessions, concurrent SFTP channels, and simultaneously open files/directories. If you have thousands of users connected simultaneously, you'll have to consider scaling your server horizontally, for instance by running multiple instances behind an HA proxy doing (sticky) load balancing. You mentioned that the files are actually on yet another server, and that you access that other server via HTTP. You may need to use a reactive HTTP client to do this; normal synchronous HTTP may not work well. -- 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