• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Event Thread issues?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you are loading the applications within program written in Java, once a week the loading process got hung for longer than three minutes which should be 5-10 seconds.

The cursor (arrow) did not transform into 'hour glass' icon. I could not reproduce the issue. Any thoughts? Could it be Event Thread issue?

The process between the user interaction (to display the applications) and GUI loading are:

Reading XML files, to collect the list of applications to load, then put them into the collection. Once the collection completed, the GUI will start to load a window of first application in the collection.

Once first application got loaded, all applications got loaded instantly.

Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic