You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: