We need to realize web-server using c++(qt).
Our server get requests from client and push all descriptors into Queue. We proccess this Queue in four threads.
But we use two types of requests, one of them long pull requsts, other fast requests.
When we get four long pull requests in the threads, server is blocking for other fast requests.
How we can solve this problem?
↧