[Catalyst] serving static files
Jonathan Rockway
jon at jrock.us
Wed Jan 10 22:51:10 GMT 2007
Octavian Rasnita wrote:
> What I don't understand is why serving the files directly decreases the
> performance of mod_perl apps, even though downloading those files has no
> relation with those mod_perl apps.
>
> Do you have a recommendation for a text for learning how to use a
> reverse proxy?
This has been discussed and documented to death. Read
http://perl.apache.org/docs/1.0/guide/strategy.html for answers to your
questions.
> Does it happen the same in case of FastCGI applications?
myapp_fastcgi.pl is the backend server in this case.
--
package JAPH;use Catalyst qw/-Debug/;($;=JAPH)->config(name => do {
$,.=reverse qw[Jonathan tsu rehton lre rekca Rockway][$_].[split //,
";$;"]->[$_].q; ;for 1..4;$,=~s;^.;;;$,});$;->setup;
More information about the Catalyst
mailing list