Tagged Questions
1
vote
1answer
96 views
Sorting a client heartbeat from an actual data return?
So in a nutshell, I have server set up using tcplistener / tcpclient, and it has a couple dozen client machines. Everything is working well, except that I do not yet have a system set up to detect ...
0
votes
0answers
396 views
Syslog heartbeat and monitoring
Does anybody know how or even if, since I can't locate much on it, syslog offers any heartbeat mechanism?
I'm specifically thinking about how to monitor the devices that offer up syslog messages.
...
1
vote
2answers
807 views
Good timeout for heartbeating proto using TCP - Java Sockets
Im implementing my own proto in Java, it will use a heartbeat over a TCP connection that I also use to transfer messages and files.
For the client I am using blocking socket I/O.
So here is how Im ...
