|
|
|
|
|
by anonacct37
889 days ago
|
|
No memory leaks (unless you use shared memory).
No weird connection pooling and caching issues or delays in picking up a config change. Every request is a fresh start, enforced by the OS.
Buggy code (like image processing can only crash the current request). |
|