IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Re: Yeah, well, sorry; we can't all be illiterate, I guess..
Something that *runs*, not oozes-like-it's-stuck-in-molasses?
If you're talking about VB vs. Java, then that wasn't true even 6 or 7 years ago (I had exhaustive in-house metrics to prove it, too).

Sheesh. There are a lot of bad things that Java is, but slow isn't one of them any longer.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New Most sub-giga-RAM boxes I've used J-apps on, it's still SLOW
New Just like there are bad UIs in some VB programs...
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New Slow at what?
"There are a lot of bad things that Java is, but slow isn't one of them any longer."

Mmmmm. Depends. Slow to run, not so much. Slow to start - verrrry. Fire up any Swing app on Mac OS X and you'll find that it takes ages to get just the splash screen up. Criminal that is and it is why I pronounce desktop Java an unqualified failure.



"Whenever you find you are on the side of the majority, it is time to pause and reflect"   --Mark Twain

"The significant problems we face cannot be solved at the same level of thinking we were at when we created them."   --Albert Einstein

"This is still a dangerous world. It's a world of madmen and uncertainty and potential mental losses."   --George W. Bush
New Re: Slow at what?
The desktop Java apps I use are PVCS (teh sukc) and rarely IntelliJ.

Splash screen times are no longer than things like Open Office or Firefox.

I tend to leave GUI applications running for long periods of time, so startup times don't bother me in the least.

Somewhat related: NeoOffice/J runs quite nicely on our Mini at home.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New OpenOffice Win32 is a turtle. :-(
Writer 1.9.91 takes 9 seconds to open on this Athlon64 with 1 GB of RAM. I have no idea how the Formula editor can be so slow either.

On the other hand, DeScribe 5 (Win32) loads in < 1 s. Word 97 (which, granted, has a bunch of DLLs already loaded) loads in < 1 s.

OO is a turtle. Saying desktop Java is comparable isn't saying much. :-(

Cheers,
Scott.



New I'm not talking about Windows.
And OpenOffice for Windows isn't Java. :-)

<6s for Linux OpenOffice on a 1.4 Ghz Xeon.
2s for Gnumeric, 4s for Abiword.
11s for Mozilla 1.7.
3s for FireFox 1.0, but it's already loaded. It's a good bit longer if it isn't running already.
3s for Evolution.

All of these are C/C++.

Compare to:

5s for pvcsvmux, a GUI Java program.
10s for IDEA, a Java IDE.

Not too bad for PVCS, especially since it's a crappily-written Java program to boot. IDEs in general are very slow to start as well; Visual Stupido 6 takes for-freakin'-ever.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New Your IDEA launches considerably faster than mine
I'm seeing times closer to 50s.




"Whenever you find you are on the side of the majority, it is time to pause and reflect"   --Mark Twain

"The significant problems we face cannot be solved at the same level of thinking we were at when we created them."   --Albert Einstein

"This is still a dangerous world. It's a world of madmen and uncertainty and potential mental losses."   --George W. Bush
New He is TEH ADMIN, remember.
Java fears him.

You are clearly instilling insufficient fear into your equipment.


Peter
[link|http://www.ubuntulinux.org|Ubuntu Linux]
[link|http://www.kuro5hin.org|There is no K5 Cabal]
[link|http://guildenstern.dyndns.org|Home]
Use P2P for legitimate purposes!
New :-)
New Must be your encouraging mental field...
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New Not slow?
You'll probably write this off as "bad code" but have you ever seen how long it takes to load the DB2 UDB 8.2 UI? We've got an older DB2 server (4 GIG RAM, dual 1.1 Ghz processors) and I cry everytime I have to launch that app. (I shouldn't though, I should start it, go to the bathroom for a dump, stop and get a Diet Coke out of the machine, walk back to the server room and then, if I'm lucky and hold my tongue right, the splash screen will come up).
bcnu,
Mikem

Eine Leute. Eine Welt. Ein F\ufffdhrer.
God Bless America.
New Yeah, that's bad code.
BEA Weblogic's admin console was the same way. 140M from a standing start, and buggy as hell.

In contrast, JDeveloper can start in 5-6 seconds and it has a more-or-less complete Oracle tool in it.

So yeah, keep slagging Java's speed if it makes you feel better. But don't expect me to join the jihad.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
     Dynamic web apps vs rich clients - (bluke) - (53)
         I hope it does. - (pwhysall)
         I'm telling ya, gotta move back to VB/Delphi model - (tablizer) - (40)
             Yeah. - (pwhysall) - (38)
                 Try this. - (mmoffitt)
                 Well, if we can fiat SCGUI into existence... - (ChrisR)
                 I meant in general -NT - (tablizer) - (35)
                     The idea sucks in general, too. -NT - (pwhysall) - (34)
                         you were vague on why it "sucked" -NT - (tablizer) - (33)
                             I have a Mac. Or a Linux box. Or an Amiga. Or a toaster. - (pwhysall) - (32)
                                 Cross-platform is an implementation detail -NT - (tablizer) - (5)
                                     A detail that requires... - (ben_tilly) - (1)
                                         But not RealBasic. -NT - (mmoffitt)
                                     The point is... - (pwhysall) - (2)
                                         For varying- and IMO insufficient- def'ns of "sufficiently". -NT - (CRConrad) - (1)
                                             What is that you can't do in a web browser... - (pwhysall)
                                 Bullshit. - (CRConrad) - (25)
                                     You're so LITERAL, CRC. - (pwhysall) - (24)
                                         Yeah, well, sorry; we can't all be illiterate, I guess... - (CRConrad) - (23)
                                             Re: Yeah, well, sorry; we can't all be illiterate, I guess.. - (admin) - (12)
                                                 Most sub-giga-RAM boxes I've used J-apps on, it's still SLOW -NT - (CRConrad) - (1)
                                                     Just like there are bad UIs in some VB programs... -NT - (admin)
                                                 Slow at what? - (tuberculosis) - (7)
                                                     Re: Slow at what? - (admin) - (6)
                                                         OpenOffice Win32 is a turtle. :-( - (Another Scott) - (5)
                                                             I'm not talking about Windows. - (admin) - (4)
                                                                 Your IDEA launches considerably faster than mine - (tuberculosis) - (3)
                                                                     He is TEH ADMIN, remember. - (pwhysall) - (1)
                                                                         :-) -NT - (Another Scott)
                                                                     Must be your encouraging mental field... -NT - (admin)
                                                 Not slow? - (mmoffitt) - (1)
                                                     Yeah, that's bad code. - (admin)
                                             So, to summarise: - (pwhysall) - (2)
                                                 Which VB? - (ChrisR) - (1)
                                                     Ask CRC, he's the one with a stiffy for it :-) -NT - (pwhysall)
                                             Eat shit, a billion flies can't be wrong - (ben_tilly) - (6)
                                                 Sheesh, man... it's obvious that some of us can, though. - (CRConrad) - (5)
                                                     I can read just fine. - (ben_tilly) - (4)
                                                         Yep, I still think so. - (CRConrad) - (3)
                                                             You've clearly not encountered that line before - (ben_tilly) - (2)
                                                                 Oh, POAD, you whiney ars...rectum. - (CRConrad) - (1)
                                                                     Definitely not before I could read... - (ben_tilly)
             Notice how the mention of Turing pins everyone's bogometer -NT - (FuManChu)
         Going for the extinguish part? - (warmachine) - (9)
             Have you used gmail or google maps? - (ben_tilly) - (8)
                 Alas, Opera ain't fully supported - (warmachine) - (6)
                     Microsoft is developing Ajax? Buh? - (admin)
                     You mean that Opera doesn't fully support standards - (tuberculosis) - (1)
                         Question about JS and Firefox (new thread) - (jb4)
                     As others have pointed out, that is Opera's fault - (ben_tilly) - (2)
                         What's funny about that - (tuberculosis) - (1)
                             Re: What's funny about that - (pwhysall)
                 NONONONONO - (pwhysall)
         Shrug...rich clients aren't going anywhere - (Simon_Jester)

Phrasers on STUN er SHUN!
89 ms