1602 / 1602/roco

Do not close connection between commands

Aperta
#4 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
82
Fork
11
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Direzione di ricerca

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.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
javascript, shell
Ambito
backend, cli, performance
Tipo di issue
Funzionalità
Difficoltà
3/5
Tempo stimato
1-2 giorni
Stato di attività
Ferma
Chiarezza
Abbastanza chiara
Idoneità per principianti
45/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.