s1037989 / TCP-KV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCP-KV

TCP-KV is a simple Key-Value TCP server. It is intended to be a simple IPC mechanism and run on the same host as the processes that need the KV store. One of the main features of TCP-KV is that it monitors a list of processes and exits if any of them disappear, and also monitors another list of processes and kills the list any time that TCP-KV exits.

About


Languages

Language:Perl 91.8%Language:Shell 8.2%