GeezFORCE commented on issue #380: URL: https://github.com/apache/mina-sshd/issues/380#issuecomment-1564402253
Thank You Tomas for the comprehensive answer. I can confirm that my custom pool implementation was not successful due to the bug you mentioned. I was using the `SftpFileSystem`. We don't have control over the way the SFTP server works, so our only option is to periodically check for new files. The motivation behind me trying to implement pooling was our current implementation had to use multiple concurrent sessions for the same user as a consequence of the design. After reading your answer, I think the better approach will be to have a single connection/ session. Hence I will try to implement that. Thanks again for your answer, feel free to close the issue. -- 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