-
It's also used to reload settings. Settings are copied to threads, to avoid concurrency issues.
-
It can be defined in the config file, along with options.
-
We use epoll now to change readiness.
-
I put the main app in a seperate class for it, because it was easier.
-
Roughly...
-
And I had to fix a threading bug.