aktin / aktin/debian-updateagent-pkg

Switch TCP sockets to UNIX sockets

Abierto
#16 0 comentarios 0 reacciones 1 asignado Reclamado por @LongusBongus Ver en GitHub
documentation
Lenguaje dominante
Shell
Estrellas
0
Forks
0
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

The AKTIN update agent uses TCP sockets for data warehouse communication. For the new communication style planned, @akomii requested switching from TCP sockets to UNIX sockets. We tried once but failed, because we needed a solution to communicate with docker containers.

## Difference between TCP- and UNIX sockets
| attribute | TCP | UNIX |
| -- | -- | -- |
| network interface | tcp | internal gateways |
| addressing | port | file |
| discovery | network-wide | local only |
| cleanup | not necessary | manual file system cleanup |
| compatibility | broad | unix only |

Guía de contribución

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

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.