Re: [us...@httpd] How do I prioritize requests ?

2009-07-03 Thread André Warnier
ricardo figueiredo wrote: Hi, That's the question. I dont have any idea. I think rename the process (Ex: httpd_high and httpd_low), or add some variable. I dont know !!! Do you have any idea ??? Ce qui se conçoit bien s'énonce clairement - Et les mots pour le dire arrivent aisément. Nicolas

Re: [us...@httpd] How do I prioritize requests ?

2009-07-03 Thread ricardo figueiredo
On Thu, Jul 2, 2009 at 10:53 PM, Sean Conner s...@conman.org wrote: It was thus said that the Great ricardo figueiredo once stated: That's the question. I dont have any idea. If you have no idea how to prioritize the requests, then I doubt you'll get much help. Prioritization of

Re: [us...@httpd] How do I prioritize requests ?

2009-07-03 Thread ricardo figueiredo
Hi, Is There any module that I could modified ?? Ricardo On Fri, Jul 3, 2009 at 8:49 AM, ricardo figueiredo ricardoogra...@gmail.com wrote: On Thu, Jul 2, 2009 at 10:53 PM, Sean Conner s...@conman.org wrote: It was thus said that the Great ricardo figueiredo once stated: That's the

Re: [us...@httpd] How do I prioritize requests ?

2009-07-03 Thread Bruno - e-comBR
I don't know why, but for me it seems to be 'better' implement this through a proxy... It's application level, and it solves the problem. Implement a HTTP proxy which do it and be happy! 2009/7/3 ricardo figueiredo ricardoogra...@gmail.com Hi, Is There any module that I could modified ??

Re: [us...@httpd] How do I prioritize requests ?

2009-07-03 Thread ricardo figueiredo
On Fri, Jul 3, 2009 at 9:45 AM, Bruno - e-comBR br...@e-combr.com.brwrote: I don't know why, but for me it seems to be 'better' implement this through a proxy... It's application level, and it solves the problem. Implement a HTTP proxy which do it and be happy! I would like implement it in

Re: [us...@httpd] How do I prioritize requests ?

2009-07-03 Thread Bruno - e-comBR
2009/7/3 ricardo figueiredo ricardoogra...@gmail.com On Fri, Jul 3, 2009 at 9:45 AM, Bruno - e-comBR br...@e-combr.com.brwrote: I don't know why, but for me it seems to be 'better' implement this through a proxy... It's application level, and it solves the problem. Implement a HTTP proxy

RE: [us...@httpd] How do I prioritize requests ?

2009-07-03 Thread Boyle Owen
From: ricardo figueiredo [mailto:ricardoogra...@gmail.com] Sent: Friday, July 03, 2009 2:51 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] How do I prioritize requests ? Implement a HTTP proxy which do it and be happy! I would like

[us...@httpd] How do I prioritize requests ?

2009-07-02 Thread ricardo13
Hi, Someone suggests an idea of how I would prioritize requests ina webserver. Requests with more priorities are processed first than less priorities. I don't have any idea. Thank You Ricardo -- View this message in context:

Re: [us...@httpd] How do I prioritize requests ?

2009-07-02 Thread Jonathan Zuckerman
Can you provide a practical example of what you're trying to achieve? This sounds like a violation of net-neutrality, but anyway most web requests shouldn't take longer than a second or two anyway so I don't know what kind of performance boost your top-tier customers can reasonably expect with

Re: [us...@httpd] How do I prioritize requests ?

2009-07-02 Thread ricardo figueiredo
Hi, Imagine a queue with many requests for low priority (requests_low), after arrive a request high priority (request_high). Request_high is then processed first than others. Provide QoS (Quality of Service) Thank you Ricardo On Thu, Jul 2, 2009 at 4:56 PM, Jonathan Zuckerman

Re: [us...@httpd] How do I prioritize requests ?

2009-07-02 Thread Jonathan Zuckerman
On Thu, Jul 2, 2009 at 1:06 PM, ricardo figueiredoricardoogra...@gmail.com wrote: Hi, Imagine a queue with many requests for low priority (requests_low), after arrive a request high priority (request_high). Request_high is then processed first than others.  Provide QoS (Quality of Service)

Re: [us...@httpd] How do I prioritize requests ?

2009-07-02 Thread ricardo figueiredo
Hi, That's the question. I dont have any idea. I think rename the process (Ex: httpd_high and httpd_low), or add some variable. I dont know !!! Do you have any idea ??? Ricardo On Thu, Jul 2, 2009 at 5:09 PM, Jonathan Zuckerman j.zucker...@gmail.comwrote: On Thu, Jul 2, 2009 at 1:06 PM,

Re: [us...@httpd] How do I prioritize requests ?

2009-07-02 Thread Sean Conner
It was thus said that the Great ricardo figueiredo once stated: That's the question. I dont have any idea. If you have no idea how to prioritize the requests, then I doubt you'll get much help. Prioritization of requests can happen in the router, a load balancer or the actual webserver.