Groups | Blog | Home
all groups > dotnet remoting > october 2003 >

dotnet remoting : out of memory when deserializing


Craig Cody
10/29/2003 5:08:44 AM
Here's the scenario -

The client requests lots of data. The request passes
through the middle
tier to the database. The data returns through the middle
tier back to the
client. The Mb's of data get to the client where it is
deserialized into
objects.

When attempted on the 1.0 framework, no problem. "Out of
Memory" exception
when attempted on the 1.1 framework. When binary remoting
is removed from
the solution, no exception occurs since there is no
deserialization. When
the amount of data retrieved is reduced (e.g., fewer rows
are returned), no
exception occurs.

Is there a size limit to the amount of data that can be
deserialized? Any
Craig Cody
10/29/2003 3:50:27 PM
new data - definitely seems to be related to deserializing data over 8 mb in
size


[quoted text, click to view]

AddThis Social Bookmark Button