...
If you use the distributed architecture for load balancing, know that load is typically present in 2 processes:
...
Please note that the scheduler is NOT a multi-threaded process, so even if you add cores to your server, it won't change it's performancesits performance.
There are mainly two cases where load is a problem:
...
From now, we will focus on the first case, typically installations have less than 150K checks in 5 minutes, and will only need to scale pollers, not schedulers.
How multiple pollers connect to a common scheduler
Setup a load balancing architecture with some pollers
...
