Juan Toledo <[EMAIL PROTECTED]> writes:
> If I return TRUE in the timeout function... Will it be called again in
> timeout milisecods, or timeout-time_it_took_
> to_execute_the_callback_function)?
> 

Looking at the source, it looks to me like it will be the former (it
saves the time before calling the callback, then sets the timeout to
run again at saved_time + interval).

Havoc

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to