I understand the thread that Apache uses: every connection opens a thread and when a response is sent, the thread closes, freeing up resources for other threads).
But I am not getting an event driven project that uses Nginx. I read some basics about event driven design, but I don't understand how nginx uses it to handle web requests.
Where can I read and understand how Nginx handles connections in an event-driven way, so I understand why this is better, and not just accepting an event-based design, better than a thread-driven design.
apache nginx
never_had_a_name Aug 09 '10 at 1:23 2010-08-09 01:23
source share