You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by James Tait <JT...@wyrddreams.demon.co.uk> on 2002/05/23 18:08:20 UTC

[PATCH] Allow mod_rewrite to talk to external rewrite engine over TCP/IP

The 1.3.24 patch is in Bugzilla, id #8882, but I thought I'd post it here 
for completeness.

The patch adds a new RewriteMap type:

RewriteMap MapName tcp:host:port

Since several child processes can connect to a multi-threaded rewrite 
engine at once, RewriteLock is not required, and requests to the rewrite 
engine are not serialised resulting in increased performance over the 
current stdin/stdout implementation.

Cheers,

JT
-- 
+------------------------------------+------------------------------------+
| James Tait                         | ICQ# 17834893                      |
| MUD programmer and Linux advocate  | http://www.wyrddreams.demon.co.uk/ |
+------------------------------------+------------------------------------+


________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________

Re: [PATCH] Allow mod_rewrite to talk to external rewrite engine over TCP/IP

Posted by Cliff Woolley <jw...@virginia.edu>.
On Thu, 23 May 2002, James Tait wrote:

> The 1.3.24 patch is in Bugzilla, id #8882, but I thought I'd post it here
> for completeness.
> The patch adds a new RewriteMap type:
> RewriteMap MapName tcp:host:port

-0 for 1.3.

--Cliff