[svg-developers] Re: servlet and getURL()

2005-02-04 Thread Andreas Neumann
Hi, if you want to load and display data every millisec, than SVG is probably not the right tool. I don't know how fast it can update and load data, but I guess it is only once or a handful times per second. But that depends on your clients processor and network speed. One millisec update

[svg-developers] Re: servlet and getURL()

2005-02-04 Thread Peter Thompson
This was discussed here not too long ago, so it should be easy to find the thread. The consensus was that you couldn't expect to be getting data via getURL() more than a few times a second. It doesn't mean it can't be done, just not the way that you suggested. If you want to use getURL(),

[svg-developers] Re: servlet and getURL()

2005-02-04 Thread rapture_soon2002
Ok guys - I'll be less ambitious; I'll choose an update rate of 500ms. I'm show getURL can handle this --- In svg-developers@yahoogroups.com, rapture_soon2002 [EMAIL PROTECTED] wrote: I need a eg Hi guys, I'm trying to implement a very simple getURL (SVG) to pull sensor data from a

RE: [svg-developers] Re: servlet and getURL()

2005-02-04 Thread Rick Bullotta
That should be fine. Buffer your data on the server side and chunk it down, and you should be OK. -Original Message- From: rapture_soon2002 [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 9:18 AM To: svg-developers@yahoogroups.com Subject: [svg-developers] Re: servlet