aktin / aktin/debian-updateagent-pkg

Switch TCP sockets to UNIX sockets

未关闭
#16 0 条评论 0 个 reaction 已指派 1 人 已被 @LongusBongus 认领 在 GitHub 查看
documentation
主要语言
Shell
星标
0
派生
0
PR 合并指标
30 天内没有已合并 PR

描述

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 |

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。