IƱaki Baz Castillo wrote:
Hi RTimer module doc says:
The module executes route blocks on a timer base. It can create new timer processes and execute many route blocks on same timer.
What does it mean "It can create new timer processes"?
Let's suppose I run a blocking call (i.e. sending an HTTP request which takes too long) from a route block called by a timer of RTimer. What would it occur?
AFAIK this single timer process is blocked as well. If this single time request is used for other periodically executed routes too, than those might be affected as well.
klaus