[flexcoders] Frustrations with blazeds messaging

2008-04-29 Thread netdeep
I've been working for quite a while on a project to display real-time data in a flex chart and just can't seem to 'turn the corner' on it. While the code works, it is plagued by terrible performance and frequently locks up the browser. And I'm wondering if I am just doing something wrong o

Re: [flexcoders] Frustrations with blazeds messaging

2008-04-29 Thread Robert Cadena
hey nd, let me ask you a couple of questions and maybe we can figure out where the problems are. * how are the points you are sending represented? Are they maybe Point objects in java, mapped to Point objects in AS? Is it, instead, a Point "result set", for example, with an array of number or in

Re: [flexcoders] Frustrations with blazeds messaging

2008-04-30 Thread Tom Chiverton
On Tuesday 29 Apr 2008, netdeep wrote: > huge. I've plotted over 140K points in some runs. But even when I filter > the data and plot around 10K points, I get browser lockup while it loads > and it takes 5-10 seconds to produce the chart and lately it has even been > crashing on the larger data s