aktin / aktin/debian-updateagent-pkg
Switch TCP sockets to UNIX sockets
- Ngôn ngữ chính
- Shell
- Star
- 0
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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 |
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.