Re: Queueing of HTTP Requests

2003-12-11 Thread Bill Stoddard
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

Re: Queueing of HTTP Requests

2003-12-11 Thread Bill Stoddard
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

Re: Queueing of HTTP Requests

2003-12-11 Thread Pavan Balaji
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

Re: Queueing of HTTP Requests

2003-12-10 Thread Graham Leggett
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

Queueing of HTTP Requests

2003-12-10 Thread Pavan Balaji
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