Susmit Sarkar created SSHD-1090:
-----------------------------------

             Summary: 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: New Feature
    Affects Versions: 2.5.0
            Reporter: Susmit Sarkar


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 finctionality in APACHE Mina sshd library?
 
 



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to