Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Company considers recoding Java app in Perl

by dws (Chancellor)
on Aug 13, 2005 at 04:54 UTC ( [id://483490]=note: print w/replies, xml ) Need Help??


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

Let's not spread FUD here: Java is not slow.

I think it's more a misunderstanding than it is FUD. When technical people hear "fast" or "slow", we tend to think in terms of how efficiently a technology will perform. But when business people use those words, they tend to mean "how soon can I have it?"

Well-coded Java might outperform well-coded Perl in some cases, but Perl (or Python or Ruby) will often get you there a lot quicker, without spending time wrestling with language that wants to put you into a straightjacket for your own good. Sooner and slower usually beats later but faster.

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

Replies are listed 'Best First'.
Re^3: Company considers recoding Java app in Perl
by perrin (Chancellor) on Aug 13, 2005 at 13:11 UTC
    In this case, I'm pretty sure the OP was referring to execution speed, not development speed.

      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.

        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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://483490]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-23 19:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found