講演抄録/キーワード |
講演名 |
2015-11-12 15:20
Browser Visualization using PNGs Generated by HTML5 Workers on Multicore ○Marat Zhanikeev(Kyutech) |
抄録 |
(和) |
Earlier research has discussed two related technologies, namely (1) multisource content aggregation method and its browser implementation and (2) interactive visualizations of performance in data centers. This research is both the connection between the two and the next step for both. HTML5 Workers are an ideal tool for distributing the processing load across multiple cores -- most modern hardware including smartphones is multicore. However, Workers by design cannot access the DOM of the page directly. This paper discusses a method that circumvents this problem by having each Worker generate base64 URLs with image data in PNG format. This way, the main processing load is transferred to Workers while the main thread only replaces the base64 URLs, thus producing animated visualizations. The technology is intended for data center performance visualizations, where each Worker receives streamed data via individual WebSockets. |
(英) |
Earlier research has discussed two related technologies, namely (1) multisource content aggregation method and its browser implementation and (2) interactive visualizations of performance in data centers. This research is both the connection between the two and the next step for both. HTML5 Workers are an ideal tool for distributing the processing load across multiple cores -- most modern hardware including smartphones is multicore. However, Workers by design cannot access the DOM of the page directly. This paper discusses a method that circumvents this problem by having each Worker generate base64 URLs with image data in PNG format. This way, the main processing load is transferred to Workers while the main thread only replaces the base64 URLs, thus producing animated visualizations. The technology is intended for data center performance visualizations, where each Worker receives streamed data via individual WebSockets. |
キーワード |
(和) |
browser visualization / webapps / HTML5 / websockets / webworkers / multicore / information visualization / |
(英) |
browser visualization / webapps / HTML5 / websockets / webworkers / multicore / information visualization / |
文献情報 |
映情学技報 |
資料番号 |
|
発行日 |
|
ISSN |
|
PDFダウンロード |
|