[ 
https://issues.apache.org/jira/browse/SSHD-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexey Polbitsyn updated SSHD-136:
----------------------------------

    Description: When using the library  to work with 1000 concurrent ssh 
connections, it takes 1000 ClientInputStreamPump threads. 1 thread for 1 
channel. It would be nice to be able to configure this behavior, for example 
use 1 ClientInputStreamPump for all channels of sshclient or session.  (was: 
When using the library  to work with 1000 concurrent ssh connections, it takes 
1000 ClientInputStreamPump threads and it can. 1 thread for 1 channel. It would 
be nice to be able to configure this behavior, for example use 1 
ClientInputStreamPump for all channels of sshclient or session.)

> Reduce consumption of ClientInputStreamPump threads and NioProcessor threads. 
> ------------------------------------------------------------------------------
>
>                 Key: SSHD-136
>                 URL: https://issues.apache.org/jira/browse/SSHD-136
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 0.5.0
>            Reporter: Alexey Polbitsyn
>         Attachments: src-diff.zip, src.zip
>
>
> When using the library  to work with 1000 concurrent ssh connections, it 
> takes 1000 ClientInputStreamPump threads. 1 thread for 1 channel. It would be 
> nice to be able to configure this behavior, for example use 1 
> ClientInputStreamPump for all channels of sshclient or session.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to