Project

General

Profile

Essentials Components » History » Version 1

Henning Blohm, 26.08.2015 11:56

1 1 Henning Blohm
h1. Essentials Components
2
3
h2. Worker Processes
4
5
In many application scenarios there is a time when it starts to make sense to not have all load divided identically between identical application processes. The first line of separation of concerns is along background job load and serving frontend requests. If you have a lot of background work to do, this should not affect the availability and performance of your frontends.