Marble/TileDownload: Difference between revisions

From KDE Community Wiki
(New page: === Design considerations === Downloading of tiles should be in separate threads so that each connection to a tile server has its own thread. Connections to tile servers should use the "...)
(No difference)

Revision as of 13:04, 18 March 2009

Design considerations

Downloading of tiles should be in separate threads so that each connection to a tile server has its own thread.

Connections to tile servers should use the "keep alive" feature. At the moment for every tile a new connection is created.