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

Sreedhar J commented on SSHD-1265:
----------------------------------

Thanks [~lgoldstein] for the updates.  I will try to configure the above 
mentioned properties. 

Based on the documentation,  I also tried setting up the  heartbeat 
configuration on the server, 

The below code is suppose to send IGNORE messsages to client to avoid time outs 
right

 
sshdServer.setSessionHeartbeat(SessionHeartbeatController.HeartbeatType.IGNORE, 
Duration.ofSeconds(5));
                    
But in the logs, I don't see any heart beat starting for the server. All I see 
is this.
02 May 2022 22:39:20,418 [sshd-SshServer[7d9e974a](port=59119)-nio2-thread-2] 
DEBUG ServerConnectionService  - 
stopHeartBeat(ServerSessionImpl[[email protected]/10.84.45.195:58239]) no 
heartbeat to stop


> maximum number of concurrent connections to SFTP Server?
> --------------------------------------------------------
>
>                 Key: SSHD-1265
>                 URL: https://issues.apache.org/jira/browse/SSHD-1265
>             Project: MINA SSHD
>          Issue Type: Question
>            Reporter: Sreedhar J
>            Priority: Major
>
> as part of my performance test, I am sending 180 concurrent requests to 
> Apache SFTP Server, but I can got the test completed.  around 10 to 15 
> requests gets timed out.   Are there any known tuning properties on the 
> SSHD/SFTP Server  which increases the concurrent connecttion request 
> processing.
> Also, Anyone has some data around max concurrent connections?  



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

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

Reply via email to