in reply to Re^9: Timing concerns on PerlEX/Mod_Perl
in thread Timing concerns on PerlEX/Mod_Perl

I have tried using Apache as a reverse proxy and ligthttpd(with and without fast cgi) and didn't seem to work too well. But then again it is probably because I have such big libraries and would need to break them down.

Would breaking the code down into smaller and simpler scripts, using a Tiny webserver and reverse proxy and then loading the output with SOAP/REST work? or will I ultimately loose out on the communication?
  • Comment on Re^10: Timing concerns on PerlEX/Mod_Perl