On Thursday 27 April 2006 19:15, Joshua Slive wrote:
> I'm not an expert in this topic, but what you want doesn't sound
> feasible. In the Apache httpd architecture, threads or processes get
> to listen on the accept queue and grab new requests as they come in.
> If they read a request and decide
On 4/27/06, Tiago Semprebom <[EMAIL PROTECTED]> wrote:> > Hello,> > I'm working with QoS (quality of service) and I'm using
> the Apache web server to implement my QoS policy. For> that, basically I'll need to intercept all incoming> requests in Apache and after that, separate this> requests in dif
Well, if you are using QoS you are using Windows, which means you want to
delve into mpm_winnt.c - the mpm flavor on that platform. Much of the
networking there is raw windows api, as opposed to using apr.
If you want to be quite thorough, and are very familiar with QoS, there
has been some mumb
On 4/27/06, Tiago Semprebom <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm working with QoS (quality of service) and I'm using
> the Apache web server to implement my QoS policy. For
> that, basically I'll need to intercept all incoming
> requests in Apache and after that, separate this
> requests in
Hello,I'm working with QoS (quality of service) and I'm usingthe Apache web server to implement my QoS policy. Forthat, basically I'll need to intercept all incomingrequests in Apache and after that, separate thisrequests in different queues, according with theirpriority. So, some questions:1) - Wh