[EMAIL PROTECTED] wrote:
>Thank you for your answers.
>
>I have heard, time and time again, that Perl is great for scripting
>small websites, but that, for large websites, with lots of simultaneous
>connections, you should better use an application server + servlets, or
>even better, WebObjects. What do you all think about this?

The reason that gets said a lot is that the most common way to use Perl
in a website, CGI scripts, indeed does not scale well.  It's relatively
slow and very difficult to maintain.  But there are plenty of other
systems that scale extremely well, including the ones Marcel mentioned,
and my favorite, Mason (http://www.masonhq.com/).


  -------------------                            -------------------
  Ken Williams                             Last Bastion of Euclidity
  [EMAIL PROTECTED]                            The Math Forum

Reply via email to