|
|
|
|
|
by markrendle
3315 days ago
|
|
One obvious thing is that multiple processes means no sharing of any kind of state or in-memory cache, so you immediately have to go to an external cache like Redis or whatever, with the additional maintenance and minor performance hit. |
|