HP3000-L Archives

February 2001, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Gavin Scott <[log in to unmask]>
Reply To:
Gavin Scott <[log in to unmask]>
Date:
Tue, 27 Feb 2001 15:11:36 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (26 lines)
Tom questions:
> Is Java's inability to handle heavy loads due to the language
> itself, or is it due to the way it is executed via bytecode
> interpreted/executed by the JVM?

There's nothing wrong with the performance of Java in general.  Even on the
3000, a Java program can be faster than a COBOL program if it wants to be.

Almost all languages are in the "fast enough" category these days which
means that it's how you write the program, not what language it's in, that
determines what the performance will ultimately be.

Someone going from, say, COBOL to Java is also quite likely to try to not
only switch to a new language but also take on Object Design, Event Driven
Programming, Client/Server/Web interface, several assorted pieces of
middleware, and a new RDBMS system all at the same time.

The reasons this project is going to fail have very little to do with the
performance or design of any one component.

Most of the answers to the questions raised in this thread can be found in:

   http://www.perl.com/pub/2000/12/advocacy.html

G.

ATOM RSS1 RSS2