Thread support in Nginx

cachenewbie nginx-forum at nginx.us
Tue Oct 5 22:14:58 MSD 2010


I was thinking that the in-memory buffer cache can be shared by multiple
threads (can't be done by multiple processes without shared memory and
shared memory isn't good for performance) serving different
clients/requests instead of multiple processes sharing the file cache -
basically to help having two levels of cache - one in-memory and one
file-cache served by multi-threaded multi-process nginx system making
the best use multi-core processors.

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,137471,137497#msg-137497




More information about the nginx mailing list