Do not close connection between commands
- Langage dominant
- JavaScript
- Étoiles
- 82
- Forks
- 11
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
There are some way to not close ssh connection between sequential commands?
Closing connection between this commands make the execution be slow. I think is because this way is executed the connection negotiation for every single command.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Look at the SSH command execution logic in the codebase, likely in a file handling remote commands. Identify where connections are opened and closed per command. Research persistent SSH connections or connection pooling. Check if there are existing tests for command execution to understand the current flow and ensure changes don't break functionality.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- javascript, shell
- Domaine
- backend, cli, performance
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100