Friday, 02 February 2024
  20 Replies
  265 Visits
  Subscribe
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?