Re: Queueing of HTTP Requests
Bill Stoddard <[email protected]> Wed, 10 Dec 2003 19:56:04 -0500
| Newsgroups | gmane.comp.apache.mod-proxy |
|---|---|
| Message-ID | <[email protected]> |
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 interesting possibilities. You can either modify an existing MPM (http://httpd.apache.org/docs-2.0/mpm.html) or create your own. Bill