Cache the Dynamic server info retrieved using JMX
-------------------------------------------------
Key: GERONIMODEVTOOLS-448
URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-448
Project: Geronimo-Devtools
Issue Type: Sub-task
Components: eclipse-plugin
Affects Versions: 2.1.2, 2.1.x
Reporter: Sainath Chowdary
Assignee: Sainath Chowdary
Fix For: 2.1.2, 2.1.x
The GeronimoServerInfo at times blocks the responsiveness of UI. As most of
time is taken to make a connection to stopped servers which keep the thread
waiting for some time. So, GeronimoServerInfo should query only the servers
that are started.
Also, It should start caching when the editor opens at first to reduce the
query time much further. These measures can increase the UI responsiveness of
GEP elements which uses GeronimoServerInfo.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.