Functions

Beesnest/DcEnginesSet.cpp File Reference

#include "DcEnginesSet.h"

Go to the source code of this file.

Functions

int DcReleaseEngine (void *pParam)

Function Documentation

int DcReleaseEngine ( void *  pParam )

This function runs in a separate thread, has access to all private members of the class and in charge of releasing engines that have not been used for sometime. The time is defined in the parameters file for all the engines. This time limit can be zero (so engines will not be released). The release thread get created just if the time limit for the engines exists and its more then 0.

Definition at line 92 of file DcEnginesSet.cpp.