• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

which is the best platform for Java

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Generally speaking,There's JDK on Linux,Windows And Solaris. And I wondered which is the best platform for JDK.It's seems that hotspot JVM can run better on Solaris than other two.But I am not sure of that
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Better" is a very subjective term, obviously. Do you want to consider performance per dollar, ease of use, reliability, scalability, tool support, development environments, ...
Sparc machines running Solaris obviously have excellent reliability: on the high-end servers there are even hot-swappable memory modules you can replace without taking the machine down. But for the same price, you can buy dozens of Intel/Linux boxes, and get much higher throughput overall.
Windows is Windows; nuff said.
I'm personally a big Linux fan; haven't had a Windows machine anywhere near my desk in nearly five years. We do most of our production work on Linux as well, although we do have some engineers with Sparc machines and a few Sparc LAN servers.
 
Sun LiWei
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe the following will make my quesion clear
two pc-servers,both have 1 GB memory and one P4 CPU,one is Linux and the other is Solaris 8(x86 version),both installed with resin 2.x and JDK 1.4.2, which one is more stable and faster when run a web application on resin?
[ July 17, 2003: Message edited by: Sun LiWei ]
 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java has a bad reputation at my company because everyone's desktop is a Sun Ultra5, so practially any java application runs like mud. Forget trying to use SunOne Studio or any IDE. People see it and recoil.
Linux, I don't know about, since I don't use. Since it's always touted as being fast and streamlined, maybe it runs well on a PC. Maybe sometime I'll revist Linux. I used it in college, but found it ridiculous to have to compile a program before installing it, and most of the window managers were buggy.
I have a P2 500MHz PC at work running Win2000. I wouldn't say by a long shot it is the most stable system around, but it can run java applications which I roughlyt estimate as being 10 times faster than any Sun workstation we have.
[ July 17, 2003: Message edited by: Brian Joseph ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic