server.thread.start not triggered on startup
29 Oct
2014
29 Oct
'14
5:23 a.m.
Hi everyone, I see that the v3.0.x code doesn't fire the server.thread.start trigger on startup (in thread_pool_init), but only during runtime (in thread_pool_manage). Is this done to avoid a burst of triggers on startup for installations with large thread number? Something else? Thank you. Nick
29 Oct
29 Oct
10:15 a.m.
Nikolai Kondrashov wrote:
I see that the v3.0.x code doesn't fire the server.thread.start trigger on startup (in thread_pool_init), but only during runtime (in thread_pool_manage).
Yes.
Is this done to avoid a burst of triggers on startup for installations with large thread number?
Yes. Alan DeKok.
4270
Age (days ago)
4270
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alan DeKok -
Nikolai Kondrashov