Re: RPC serialization/deserialization is very slow

2012-05-07 Thread Jacob Glusted Madsen
ts from the beginning you could maybe > use a RepeatingCommand and load chunks of 500 objects until you have loaded > everything. That way the browser wouldn't lock up, but it will take longer > to download and present the data. > > -- J. > > > Am Mittwoch, 25. April 20

RPC serialization/deserialization is very slow

2012-04-25 Thread Jacob Glusted Madsen
Hi, We are having problems with serialization/deserialization of RPC data. This process seems to become very slow when the amount of data increases The problem seems to be greatest in ie8 It runs faster in Crome! Does anyone have any sugestions on how to make the RPC serialization/deserializati

Re: Re: Huge data slowing down Celltable

2012-04-24 Thread Jacob Glusted Madsen
I am having the same type of problem - fetching and displaying huge amount of data via RPC (displayed in a celltable) runs extremly slow. Our analysis indicates, that it is the serialization/deserialization that causes the problem. The rendering of the celltable is actually extremly fast, at l