Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Performance of RCP
Performance of RCP [message #493860] Wed, 28 October 2009 10:08 Go to next message
Madhu Samuel is currently offline Madhu SamuelFriend
Messages: 199
Registered: July 2009
Senior Member
Hello Committers,

The question is for the committers of the rcp project.

With the latest update of Firefox 3.5.4, the performance of firefox has dramatically improved. The browser opens within 1 second. I installed the GUI prototyping add-on to firefox - "Pencil Sketch". The application also opened in firefox in less that 1 second.

That means, we can create high performance desktop applications using firefox apis.

Can we open an RCP application in such a small time? What are the bottle necks in Eclipse which slows the RCP apps?

As of March 2009, Java is only 15% or more slower than C++ in performance on the Computer Language Benchmarks Game.

Regards,
Madhu
http://eclipse-info.blogspot.com


[Updated on: Wed, 28 October 2009 10:12]

Report message to a moderator

Re: Performance of RCP [message #494642 is a reply to message #493860] Sun, 01 November 2009 16:41 Go to previous message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 423
Registered: July 2009
Senior Member
Hi Madhu,

I would say that in general, the speed of the RCP app startup is only slowed
down by the amount of processing the user requires. For instance, try to
start the example mail application. You will see that this will start under a
second. However, adding initial code, database access, bad behaving osgi
activators, etcetera and there you have a "slow starting" app. The Firefox
dudes got a lot of hassle about the speed of their app. They have tuned it
and so should RCP developers tune their app/

Regards,

Wim


> Hello Committers,
>
> The question is for the committers of the rcp project.
>
> With the latest update of Firefox 3.5.4, the performance of firefox has
dramatically improved. The browser opens within 1 second. I installed the GUI
prototyping add-on to firefox - "Pencil Sketch". The application also opened
in firefox in less that 1 second.
>
> That means, we can create high performance desktop applications using
firefox apis.
>
> Can we open an RCP application in such a small time? What are the bottle
necks in Eclipse which slows the RCP apps?
>
> As of March 2009, Java is 15% or more slower than C++ in performance on the
Computer Language Benchmarks Game.
>
> Regards,
> Madhu
> http://eclipse-info.blogspot.com
Previous Topic:Animating view icon - Invalid thread access exception
Next Topic:ControlContribution from toolbar:org.eclipse.ui.main.toolbar#dynamic
Goto Forum:
  


Current Time: Thu Apr 25 12:09:10 GMT 2024

Powered by FUDForum. Page generated in 0.03484 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top