1602 / 1602/roco

Do not close connection between commands

Abierto
#4 2 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
82
Forks
11
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
javascript, shell
Área
backend, cli, performance
Tipo de issue
Nueva funcionalidad
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
45/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.