The Artima Developer Community
Sponsored Link

Java Buzz Forum
UI and Adaptive Performance

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
UI and Adaptive Performance Posted: May 20, 2005 8:18 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: UI and Adaptive Performance
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

Romain's latest blog entries talks about how he coded adaptive performance into his Curves Swing Demo. I'm wondering if this concept could be expanded generically. I've written specific optimizations in the past for table rendering that have taken update response times into account. Along these lines, I've considered writing a generic utility that would poll the event thread occassionaly and let you know how "responsive" if is. If it is busy, listeners plugging into the utility would know to reduce the frequency of their updates. However, this process in effect adds to the load of the event thread. Seems a bit like quantum physics where you can't measure the position and the speed at the same time without effecting the other.

Adaptive Performances
My last demo uses CPU intensive graphics. I hacked the code a little bit to adapt the performances to the CPU power and activity. Basically, the application computes the time taken by the last painting phase and change its behavior accordingly...

Read: UI and Adaptive Performance

Topic: [May 12, 2005 15:58 PDT] 11 Links Previous Topic   Next Topic Topic: Security: The new battlefield for the browser wars

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use