1 4 1 Issues

From World Wind Wiki

(Difference between revisions)
Jump to: navigation, search

Ammianus (Talk | contribs)
(New page: {| class="wikitable" border="1" |- ! ID ! Issue Description (short) ! JIRA id (if applicable) ! Priority (H,M,L) ! Assigned To ! Status ! Fixed in Revision |- | 1 | [[#blocking is...)
Next diff →

Revision as of 18:22, 26 July 2009

ID Issue Description (short) JIRA id (if applicable) Priority (H,M,L) Assigned To Status Fixed in Revision
1 #blocking issue between Rismo's code and ROL locks - High unassigned Still Open -
2 #James' Icon Performance changes - High unassigned Still Open -
3 #Download code error response handling - High ammianus Fix available -


[edit] blocking issue between Rismo's code and ROL locks

Description: The issue with Rismo's code is that he had pushed ROL deletes into a list that were then handled on the main (gui) thread. But you need to do this for both adds and deletes because you can end up with blocking for either one.

The problem then was things in WW and plugins assumed that an add or delete happened immediately so you'd end up with breakage because somethings avoided using the getters and setters but hit the ROL array directly. They would do an ROL.add(...) then try to get at those objects immediately and they weren't there. Or they'd do an ROL.remove(...) and maybe do a dispose on it or something else not nice. So when you got around to handling deletes the object was bad or in some not good state.

The breakage can be pretty obvious (crash) or somewhat more subtle (ROs don't render or behave right).

Forum Threads:

[edit] James' Icon Performance changes

Description:

Forum Threads:

[edit] Download code error response handling

Description: Download code will download repeatedly request tiles after a error response code from the server, e.g. 400,404. World Wind will also not handle 500 or other server error responses with appropriate time-out behavior.


Forum Threads: http://forum.worldwindcentral.com/showthread.php?t=8207 http://forum.worldwindcentral.com/showthread.php?t=20337&page=2 http://forum.worldwindcentral.com/showthread.php?t=20700

Personal tools