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; _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
