|
|
|
|
|
by arter4
1238 days ago
|
|
As it turns out, they didn't like that each requests lands on a single worker and can only reuse connections on that worker, which gets worse as the number of workers per server increases. Presumably, scaling horizontally wasn't cost efficient enough. They also wanted something written in a memory-safe language so it could be extended without easily falling into memory safety issues. NGINX is written in C. |
|