On TechRepublic: Five super-secret features in Windows 7
BNET Business Network:
BNET
TechRepublic
ZDNet
TalkBack 18 of 32:
Next »
« Previous
Re: All current interperted languages.
Finally, it is important to remember that the speed of a program is more heavily dependent on the skills of the programmer than the actual language.

Actually, with Java there are a number of factors taht can make it appear slow.

(1) If you are running many applications/processes on a single core system, you are time slicing the cycles of the CPU. There is also the latency of the underlying OS, if this is run on a desktop, PDA or cell phone.

(2) Network latency can be a factor as to the performance of a given application (depending on what it is designed to do). If the application is doing many RPC calls or sends a lot of messages, it may appear to be slow. If one is using a 128K or 56K line (US analog is actually 9600 baud, 56K is really 53K via compression).

(3) The efficiency of the written code can play a factor. No compiler can fix crappy code!

(4) If you write an application on a 2GHz machine and then it is used on a 300 MHz PDA, it may appear to be slow. (Say you develop Java code on a P4 and it is run on a client device such as a PDA running a dragonball processor.)

(5) If there is a lot of network traffic, say due to chatty applications, many concurrent users or other QOS factors, the application may appear to be very slow.

(6) if the application is browser based (IE, Netscape, Opera, etc.), it still has to be sent across a network and the localhost may be busy duw to many other applications timeslicing.

Other factors may also exist that allow for the perception of latency in Java applications.
Posted by: B.O.F.H.   Posted on: 07/02/04 You are currently: a Guest | Members login | Terms of Use

Alert moderator to an offensive message

Subscribe to this discussion via Email or RSS

Let Java fade away  Enterprise Analyst | 07/02/04
I agree...  mbraincell@... | 07/02/04
As my soul brothers would say, "Right On!" (NT)  P. Douglas | 07/02/04
Indeed! Sun should just shoot it & put it out of its misery! (NT)  P. Douglas | 07/02/04
Java works fantastic  doh123 | 07/02/04
Java needs big CPU's to run  Enterprise Analyst | 07/04/04
Like a Nokia 3650 cell phone?  B.O.F.H. | 07/05/04
News Flash  Immanuel Tranz-Mischen | 07/03/04
Mostly because of Microsoft's bad VM  CobraA1 | 07/05/04
Mono y Mano?  Mike Cox | 07/02/04
I like the subject line...  John Le'Brecage | 07/02/04
Real-time Java?  P. Douglas | 07/02/04
I can still remember when people argued you should write in assembly.  DonnieBoy | 07/02/04
There IS RTJ  michael-t | 07/05/04
Java is a great programming language, and getting better all the time.  DonnieBoy | 07/02/04
Compared to what? GWBasic???  No_Ax_to_Grind | 07/02/04
All current interperted languages.  doe_z | 07/02/04
Re: All current interperted languages.  B.O.F.H. | 07/02/04
Those apply to any program in any language.  doe_z | 07/02/04
Compared to anything  bgoss@... | 07/03/04
Find me a faster interpreted language, then  CobraA1 | 07/05/04
Java language in general  Enterprise Analyst | 07/02/04
(NT) Man, You're so off base it's sad. . . . GET YOUR HEAD OUT OF YOUR A$$.  Plain Logic | 07/03/04
FUD  CobraA1 | 07/05/04
.Net is not the elephant in the room...  Anton Philidor | 07/03/04
com on do it  V Sanders | 07/03/04
Sun needs to find hardware that enough ppl want to buy  FilledOut | 07/03/04
Java wrestles with the Processor causing  Enterprise Analyst | 07/04/04
Enterprise Anal.ist - Grow Up !!!  Plain Logic | 07/04/04
I get the impression that you have not worked in tech for a while!  B.O.F.H. | 07/05/04
java.net  V Sanders | 07/04/04
Welcome to the Zdnet posting board  FilledOut | 07/05/04

What do you think?

SponsoredWhite Papers, Webcasts, and Downloads

advertisement
advertisement

Meet Doc