artyom-beilis / cppcms

CppCMS Framework
Other
443 stars 107 forks source link

what is Number of concurrent of cppcms #52

Open double2li opened 5 years ago

double2li commented 5 years ago

i use cppcms version 1.2.1 on windows as a web application, test http post max concurrent number. after the server receive a request , then post request to the threadpool , the workthread fetch the request and send reponse to client . i use the third http client tool "ab" test the concurrent number of all request and response, the max number is about 4000 per second. how to use cppcms to achieve larger concurrent number? is there a example?