[ 
https://issues.apache.org/jira/browse/SSHD-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210245#comment-17210245
 ] 

Lyor Goldstein commented on SSHD-1090:
--------------------------------------

This is not the first question we get about _Maverick_ and from past experience 
I would recommend that instead of trying to port _Maverick_ functionality to 
SSHD, it would be better to try and "refine" what your code requires from the 
SSH framework, and then figure out how to implement it in SSHD. If indeed there 
is missing functionality we will see how we can bridge the gap.

> sshd setPermanentTransferThreads functionality in Apache SSHD ( Transfer 
> thread pool size)
> ------------------------------------------------------------------------------------------
>
>                 Key: SSHD-1090
>                 URL: https://issues.apache.org/jira/browse/SSHD-1090
>             Project: MINA SSHD
>          Issue Type: Question
>    Affects Versions: 2.5.0
>            Reporter: Susmit Sarkar
>            Priority: Minor
>              Labels: mina, sshd
>
> Hello MINA team,
> Maverick Legacy SFTP server has the below api:
> [http://maverick-legacy-server-javadocs.s3-website-eu-west-1.amazonaws.com/com/maverick/nio/DaemonContext.html#setPermanentTransferThreads(int])
> *public void setPermanentTransferThreads(int permanentTransferThreads)*
>  
>  Set the number of permanent transfer threads. Once a socket has either been 
> accepted or connected, the socket is registered with a transfer thread. This 
> thread asynchronously performs all the IO for the socket. If all the 
> permanent threads become fully loaded then additional threads will be created 
> to handle additional connections and shutdown once they have no sockets to 
> service.
>   
>  Is there any API simliar to the same functionality in APACHE Mina sshd 
> library? If not then how to achieve the same functionality in sshd
>   
>   



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to