A
Adam Benson
Hi,
I have an app throwing lots of byte arrays around over remoting links, sizes
vary and could be from about 64K to 2Mb. A colleague says its easier on the
heap if you split data up into 5K packets.
So according to what he said instead of passing byte[2 * 1024 * 1024], for
example, I ought to be passing byte[512][4096] across the link.
Is he talking sense?
Thanks,
Adam.
==============================
(e-mail address removed)
I have an app throwing lots of byte arrays around over remoting links, sizes
vary and could be from about 64K to 2Mb. A colleague says its easier on the
heap if you split data up into 5K packets.
So according to what he said instead of passing byte[2 * 1024 * 1024], for
example, I ought to be passing byte[512][4096] across the link.
Is he talking sense?
Thanks,
Adam.
==============================
(e-mail address removed)