Welcome! Log In Create A New Profile

Advanced

Scalability question

Posted by petten 
Scalability question
March 20, 2017 06:56PM
A thread-based http server is limited by the number of threads it supports (either with a static maximum or with the possibility of dynamic increments of thread count), particularly when each request is synchronously long-running (e.g., long delay times in accessing databases and remote/cloud storages).

So if I migrate the same code over to nginx, how does it handle the long-running nature of the code in an nginx module's handler, if it is to handle ~10k requests simultaneously using a single (or a few) thread(s) as nginx's architecture claims?
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 222
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready