Resource Tuner
|
ClientGarbageCollector. More...
#include <ClientGarbageCollector.h>
Public Member Functions | |
ErrCode | startClientGarbageCollectorDaemon () |
Starts the Client Garbage Collector. | |
Untunes any outstanding Tune Requests for dead clients and removes the client tracking entries from the ClientDataManager.
Definition at line 42 of file ClientGarbageCollector.h.
ErrCode ClientGarbageCollector::startClientGarbageCollectorDaemon | ( | ) |
Starts the Client Garbage Collector.
To start the Client Garbage Collector a recurring timer is created by using a thread from the Thread Pool. This Thread will wake up periodically and cleanup clients present in the garbage collector queue.