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

Re^4: Company considers recoding Java app in Perl

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

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


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

Comparing Java servlets with mod_perl handlers gives very close results. I don't think the slowness people often experience on Java sites has to do with the actual language as much as the choices made when developing in it.

That's been my experience. It's not Java per se that causes slow down and bloat, but the huge frameworks that are brought in for the simplest task.

  • 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 Eyck (Priest) on Aug 13, 2005 at 07:38 UTC

    Considering that java is one of languagues that are one with their frameworks (.Net, J2EE), what you're saying is... ee, what... jvms are fast, java programs are slow?

      Perl has plenty of frameworks too. But yes, the gist is that Java itself is fast, but people often write overly complicated systems on it, which run slowly. The problems in these cases is the software design, not the language it was written in.
      Considering that java is one of languagues that are one with their frameworks (.Net, J2EE), what you're saying is... ee, what... jvms are fast, java programs are slow?

      No. What I'm saying is that large everything-including-the-kitchen-sink frameworks like J2EE are often overkill and create unnecessary overhead that shows up in bloated images and slower run times.

      It's perfectly possible to develop applications without J2EE. It's often more effective to build up smaller frameworks with things like JDO, Velocity, etc.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://483504]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.