> I have a question about nginx internals. How does nginx ensure high
> throughput? I understand that nginx uses many parallel connections by using
> epoll. But what about processors? Is connection handling spread amongst
> multiple processors to handle any processing bottleneck?
If necessary y
Hi,
I have a question about nginx internals. How does nginx ensure high
throughput? I understand that nginx uses many parallel connections by using
epoll. But what about processors? Is connection handling spread amongst
multiple processors to handle any processing bottleneck?
The reason I ask is