Timer Initialization

Various subsystems of the server must be called periodically regardless of the incoming requests. That's what timer is for. Function init_timer initializes the timer subsystem. The function is called from main.c and can be found in timer.c The timer subsystem will be described later.

Warning

Timer subsystem must be initialized before config file is parsed !