From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <50151D82.7080203@piments.com> Date: Sun, 29 Jul 2012 13:24:50 +0200 From: xenophile MIME-Version: 1.0 References: <500FEB0F.9000308@xenomai.org> <201207282127.33575.paul_c@tuxcnc.org> <50144E93.5050109@xenomai.org> <201207291044.22418.paul_c@tuxcnc.org> <501519E8.3040509@piments.com> <50151B8D.10307@xenomai.org> In-Reply-To: <50151B8D.10307@xenomai.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] Heads up: I-pipe patch status on ARM List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gilles Chanteperdrix Cc: xenomai@xenomai.org On 07/29/12 13:16, Gilles Chanteperdrix wrote: > On 07/29/2012 01:09 PM, xenophile wrote: > >> bitmap rendered graphs should be a relic of the 1990's ;) > > > On the other hand, a bitmap is rendered once and only once, which really > makes sense for a static page, will appear the same in all navigators, > including those which do not support svg. > How often it is rendered depends upon the viewer. I don't see how this relates to whether the page is "static". (I'm assuming you are talking about static vs dyanamic content at the server end). I don't see any fundamental difference in whether you _create_ (as opposed to render) a graphic in svg , png or jpeg. There is nothing about svg/svgz that means you have to create it on the fly each time you serve a page. It is an XML format but as I said it can be embedded (hence the svg part can be pre-made). I do this on a 200MHz embedded ARM system running lighttpd. The pseudo real-time output is created in svg every 15min or on demand. The surrounding html template is static. Gnuplot runs on the ARM.