> Testing on FreeBSD 7.0 64 bit platform, Xeon 2.33 Mhz dual core, this
> arrangement only seems to add about 1ms overhead using Switchpipe as
> opposed to just sending the request to a mongrel instance alone.
>
> Using rewrite with .htaccess files uses about twice that. Don't know
> if that's the rewrite overhead or having to process .htaccess though.
Or both. Even though .htaccess will be in file cache, it'll still add
time, and being prepared to deal with regular expressions will keep
rewrites a little slower too. I will try and update the documentation
with your example for those who are interested :) (Once I play with it
myself, of course - I have something your tips might suit deployed
live now with rewrite rules..)
Cheers,
Pete