garyiscoding commented on issue #306: URL: https://github.com/apache/mina-sshd/issues/306#issuecomment-1369729305
> 9783ms is 9.783s, not 90s. > > It is impossible to answer this question from the information given. Might be anything, like the JVM having to load classes first, or garbage collection skewing the timing, or a virus scanner interfering, or anything else. We need to log in to different machines frequently to execute commands. We used to create a new client, then a new session, and then execute the command. After executing the command, we close the session and client. As a result, the next client creation will take a long time, even 200 seconds. Later we tried to keep the client open and create a new session when we needed to execute a command. The situation of delay does not appear any more. Is the method I used before wrong? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
