Hello Sergio,
my http2 server (based on TsgcWebSocketHTTPServer component), has strange behavior:
Requests are not executed multithreaded, but sequentially.
Until the server completely executes a request, the others remain waiting, so if there are multiple users connected making multiple requests, the system slows down a lot.
How can I make requests execute in multithreading?
Where am I wrong?
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »