This is probably a well worn road but I couldn't Google a definitive answer..

Is there an equivalent of Apache's RewriteMap for Cherokee? The
situation is I have a program that runs nightly and generates a map of
FRIENDLY NAME => ID NUMBER rewrites based on a field in a third party
database. There are tens of thousands of these and they can change at
any time so it isn't practical to try to map these manually. Using an
external program to parse and internally redirect each request, of
which there are many per second, sounds slow and buggy.

I've been a bit surprised that Cherokee seems to be quite slow when
acting as a reverse proxy and seems especially slow when dealing with
these redirects happening on the source web server. Much slower than
it is directly connecting to the source. Is there anything I'm
probably doing wrong?


Thanks,
Michael McGlothlin
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to