When the server process knows in advance how long it takes to handle each request and it handles each request itself
When the amount of work required to handle a request is unknown and the server starts another process to handle each request.
When the server process knows in advance how long it takes to handle each request and the server starts another process to handle each request
When the amount of work required to handle a request is unknown and the server handles each request itself