Bill Stoddard wrote:
Pavan Balaji wrote:
Thanks. I was trying to segregate the requests into two priority levels
(don't ask me how :-)) and have a different queue for each of them. Now
that there's no queue, I'll have to come up with some other scheme to do
this. Any suggestions are welcome.
Apache
Pavan Balaji wrote:
Thanks. I was trying to segregate the requests into two priority levels
(don't ask me how :-)) and have a different queue for each of them. Now
that there's no queue, I'll have to come up with some other scheme to do
this. Any suggestions are welcome.
Apache 2.0 provides some in
3, Graham Leggett wrote:
> 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 reque
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
Hi,
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 indiv