in reply to Re: Multithreaded (or similar) access to a complex data structure
in thread Multithreaded (or similar) access to a complex data structure
Presentation logic is built into each object node because only "it" knows how to present itself based on information about the connected nodes and its own capabilities. For instance, if there is a problem somewhere in the network that affects "it" in one of many ways, "it" will show a warning color. This warning state propagates to other nearby nodes like site/area status pages, dynamic maps and so on. Except when an operator has told "it" not to, e.g. because a device is in maintenance mode.
I try not to think of this in terms of web pages but rather as a visual representation/manipulation of a dynamic data structure using SVG glued together with HTML.
It works beautifully. If only I could find a way to do it in paralell, it would be awesome.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Multithreaded (or similar) access to a complex data structure
by BrowserUk (Patriarch) on Nov 07, 2011 at 11:56 UTC | |
by FloydATC (Deacon) on Nov 08, 2011 at 07:54 UTC | |
by BrowserUk (Patriarch) on Nov 08, 2011 at 14:46 UTC |