ironsmile / nedomi

Highly performant HTTP reverse proxy with efficient caching of big files
GNU General Public License v3.0
81 stars 9 forks source link

restrict the amount of HTTP io workers #190

Closed mstoykov closed 8 years ago

mstoykov commented 8 years ago

The amount of threads that will be reading/writing on incoming connections (client once) is restricted. This is done by a basic worker pool by default with NumCPU/2 workers. This can be changed by the new io_workers setting in the HTTP section.