Re: RPC serialization/deserialization is very slow

2012-05-07 Thread Jacob Glusted Madsen
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 2012 12:17:19 UTC+2 schrieb Jacob Glusted Madsen: Hi, We are having problems with serialization

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

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