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?
Thanks.