Process Flow - Cold start behavior
Request arrives
Check if instance is running
Yes / No
Process request
Send response
Send response
When a request comes, the system checks if a running instance exists. If yes, it uses it immediately. If no, it starts a new instance, initializes it, then processes the request.