Pavan Balaji wrote:
I was wondering if there was any kind of queueing of HTTP requests at the proxy server in apache. According to some documentation which I had read a few months back, there's a queue maintained (after the request was accepted by the server) from which the worker threads take individual requests and work on them. But, there seems to be no indication of such a queue in the source code. Now, I'm confused about whether there actually is any queueing or not.
I'm using Apache-1.3.12 on Linux.
This question is more of a general Apache question than proxy specific - all the proxy does is handle requests as the frontend processes them, there is no "queue" of any kind, as the proxy requests are handled in parallel on demand as each frontend request comes in.
What problem are you trying to solve?
Regards, Graham --
