aktin / aktin/debian-updateagent-pkg

Switch TCP sockets to UNIX sockets

オープン
#16 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。