You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Tiago Semprebom <ti...@yahoo.com.br> on 2006/04/28 13:44:01 UTC

intercept incoming requests in Apache Web Server

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, to classify this
requests in different queues, according with their
priority. So, some questions:

1) - What Apache module or function is responsible
for receiving the incoming requests?

2) - Doesn't already exist some structure to
handle this requests or something like that?

Thank's in advanced for your help!

Tiago Semprebom

		
---------------------------------
 Abra sua conta no Yahoo! Mail - 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz. 

Re: intercept incoming requests in Apache Web Server

Posted by Tiago Semprebom <ti...@yahoo.com.br>.
Thank´s for you reply Bill,

Best regards

Tiago

Bill Stoddard <bi...@wstoddard.com> escreveu: Tiago Semprebom 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, to classify this
> requests in different queues, according with their
> priority. So, some questions:
> 
> 1) - What Apache module or function is responsible
> for receiving the incoming requests?
> 
> 2) - Doesn't already exist some structure to
> handle this requests or something like that?
> 
> Thank's in advanced for your help!
> 
> Tiago Semprebom

Tiago,
Start here:
http://svn.apache.org/viewcvs.cgi/httpd/httpd/trunk/server/mpm/worker/

Bill



		
---------------------------------
 Yahoo! doce lar. Faça do Yahoo! sua homepage.

Re: intercept incoming requests in Apache Web Server

Posted by Bill Stoddard <bi...@wstoddard.com>.
Tiago Semprebom 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, to classify this
> requests in different queues, according with their
> priority. So, some questions:
> 
> 1) - What Apache module or function is responsible
> for receiving the incoming requests?
> 
> 2) - Doesn't already exist some structure to
> handle this requests or something like that?
> 
> Thank's in advanced for your help!
> 
> Tiago Semprebom

Tiago,
Start here:
http://svn.apache.org/viewcvs.cgi/httpd/httpd/trunk/server/mpm/worker/

Bill