We establish new connection for each command executed on the remote server. In several cases, the command is followed by another command, so we establish two connections in a very short interval.
The idea is to reuse the first connection for the second command and so improve the performance.
We establish new connection for each command executed on the remote server. In several cases, the command is followed by another command, so we establish two connections in a very short interval.
The idea is to reuse the first connection for the second command and so improve the performance.