in reply to Re^3: puzzling problem with access to DB when using mod_perl
in thread puzzling problem with access to DB when using mod_perl

Otherwise, the current fad is PSGI/Plack and some sort of backend such as FastCGI to go with it.

It is not a fad. Instead of writing for CGI or FCGI or mod_perl1 or mod_perl2 or Catalyst or ... , you simply target PSGI

  • Comment on Re^4: puzzling problem with access to DB when using mod_perl