yes, networking is the bottleneck between the processes, while one machine is the bottleneck to end users
You can run your monolith on multiple machines and round-robin end-user requests between them. Your state is in the DB anyway.
reply
yes, networking is the bottleneck between the processes, while one machine is the bottleneck to end users