|
Dynamic Preallocation
- Preallocation can cause extra processing time if
many slaves are all waiting on the same socket
- If the server is busy, it can be better to have many slaves
preallocated
- If the server is idle, it can be better to have very
few slaves preallocated
- Some servers (Apache) adjust the level of concurrency
according to service demand
|