ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.43k stars 889 forks source link

How to config thread numbers for web server? #406

Open DadaWang666 opened 2 years ago

DadaWang666 commented 2 years ago

I need tens of web server threads,but the default number of threads are eight, how can i config threads by myself?

The-EDev commented 2 years ago

use concurrency() and please read #387