http://qs321.pair.com?node_id=483595


in reply to Re^3: Company considers recoding Java app in Perl
in thread Company considers recoding Java app in Perl

True, I was. I may well have used Java apps that were fast, but I didn't notice. I do notice waiting 15-45 seconds for a page to render in my browser. I'm not trying to spead FUD, and you're point is well made. I think that the issue for the company that is switching to Perl is memory footprint - which is only tangentially related to speed.

  • Comment on Re^4: Company considers recoding Java app in Perl

Replies are listed 'Best First'.
Re^5: Company considers recoding Java app in Perl
by perrin (Chancellor) on Aug 14, 2005 at 16:50 UTC
    When you use mod_perl or FastCGI, Perl's memory footprint is also quite large. Perl has other advantages, but I don't think it's a clear winner over Java in terms of memory usage.

      I think the issue is space-on-disk, not RAM.

        I can't believe anyone would port their software due to space on disk when hundreds of GBs can be purchased for a few hundred dollars.