RE: nginx internals: processors versus network

2020-12-01 Thread Reinis Rozitis
> 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

nginx internals: processors versus network

2020-12-01 Thread James Read
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