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.
Thanks again,
-- Pavan
=======================================================
Pavan Balaji, | 774, Dreese Labs,
1584, Worthington St, | 2015, Neil Avenue,
Columbus, OH43201 | Columbus, OH43210
(614) 327 0973 | (614) 292 8501
=======================================================
"Being happy doesn't mean that everything's perfect... It just means that
you have decided to see Beyond the Imperfections" -- Rash
Microso~1: For when quality, reliability and security just aren't that
important
On Wed, 10 Dec 2003, 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 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
> --
>