Various ways to implement a daemon that pings remote hosts.

David Blume David Blume Instead of having the process thread join() a daemon thread, make it be one of the workers, reducing our thread count by one. b2f249c @ 2019-07-07 11:52:26
..
ping_long_lived_looping_locked_workers.png Add a version that uses a lock instead of a queue. 2019-07-06 11:32:09
ping_long_lived_looping_workers.png Remove executable file permissions. 2019-07-05 20:09:23
ping_long_lived_queue_workers.png Remove executable file permissions. 2019-07-05 20:09:23
ping_short_lived_workers.png Remove executable file permissions. 2019-07-05 20:09:23
ping_single_threaded.png Remove executable file permissions. 2019-07-05 20:09:23