Performance difference in returning a Dataset vs object cont

Posted by Lieven De Foor on 28-Nov-2017 02:58

Hi,

Has anyone done any performance tests to see if there is a real performance difference between returning a Dataset from AppServer to client, vs returning a serializable Object containing that same Dataset (and nothing else) from AppServer to client?

I could start writing some things on my own, but if anyone (or even someone from Progress) has done some tests and is willing to share the results, then I'm all ears!

Thanks,

Lieven

All Replies

Posted by Lieven De Foor on 30-Nov-2017 02:06

Turns out you can't serialize a dynamic dataset inside an object, or at least not by using the standard SERIALIZABLE attribute on the class. So this question, at least for me, is of no more use...

This thread is closed