[
https://issues.apache.org/jira/browse/SSHD-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Susmit Sarkar updated SSHD-1090:
--------------------------------
Description:
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
was:
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?
> 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
> Priority: Blocker
> 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]