[jira] [Commented] (SSHD-812) support asynchronization mode for sftp subsystem

2018-04-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16430236#comment-16430236 ] Guillaume Nodet commented on SSHD-812: -- [~lgoldstein] Please have a look at the following branch:

[jira] [Commented] (SSHD-812) support asynchronization mode for sftp subsystem

2018-04-09 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16430141#comment-16430141 ] Guillaume Nodet commented on SSHD-812: -- One thing I fear by not ordering the requests properly is that

[jira] [Commented] (SSHD-812) support asynchronization mode for sftp subsystem

2018-04-08 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16430013#comment-16430013 ] Goldstein Lyor commented on SSHD-812: - I agree that {quote} reads from a single handle would still be

[jira] [Commented] (SSHD-812) support asynchronization mode for sftp subsystem

2018-04-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16429898#comment-16429898 ] Guillaume Nodet commented on SSHD-812: -- This would not solve the initial problem, as the reads from a

[jira] [Commented] (SSHD-812) support asynchronization mode for sftp subsystem

2018-04-08 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16429849#comment-16429849 ] Goldstein Lyor commented on SSHD-812: - {quote} I don't really see the benefit of having multiple threads

[jira] [Commented] (SSHD-812) support asynchronization mode for sftp subsystem

2018-04-08 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16429828#comment-16429828 ] Guillaume Nodet commented on SSHD-812: -- I don't really see the benefit of having multiple threads

[jira] [Commented] (SSHD-812) support asynchronization mode for sftp subsystem

2018-03-27 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416766#comment-16416766 ] Goldstein Lyor commented on SSHD-812: - The way to do this would be: {code:java} @Override public

[jira] [Commented] (SSHD-812) support asynchronization mode for sftp subsystem

2018-03-27 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416761#comment-16416761 ] Goldstein Lyor commented on SSHD-812: - You raise an interesting issue - I have not considered relying on

[jira] [Commented] (SSHD-812) support asynchronization mode for sftp subsystem

2018-03-27 Thread Zhenliang Su (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16416593#comment-16416593 ] Zhenliang Su commented on SSHD-812: --- Thanks for your guide.:) I analyzed the behavior of the filezilla

[jira] [Commented] (SSHD-812) support asynchronization mode for sftp subsystem

2018-03-27 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16415423#comment-16415423 ] Goldstein Lyor commented on SSHD-812: - Of course it does - each session is single threaded - otherwise