P
Phil Johnson
Hi,
We have an asp.net web application running on .net 3.5
I have an object that we put on the session. When we get it off the session
on the next page request it takes almost 100ms to get the item and pretty
much all of that time is spent deserializing the object. Thats almost a
tenth of a second to deserialize a single object using the binary formatter.
Is there anything I should look for that could be slowing down the
deserialisation? I have seen on other forum posts that setting a double to
Double.NaN can cause an issue but we don't do that. Are there any other
Gotchas to watch out for with binary formatter deserialiation?
This didn't seem to be an issue with the application when it was running on
the .net 1.1 platform but it is now that it is running on .net 3.5... not
sure if that could have anything to do with it?
We have an asp.net web application running on .net 3.5
I have an object that we put on the session. When we get it off the session
on the next page request it takes almost 100ms to get the item and pretty
much all of that time is spent deserializing the object. Thats almost a
tenth of a second to deserialize a single object using the binary formatter.
Is there anything I should look for that could be slowing down the
deserialisation? I have seen on other forum posts that setting a double to
Double.NaN can cause an issue but we don't do that. Are there any other
Gotchas to watch out for with binary formatter deserialiation?
This didn't seem to be an issue with the application when it was running on
the .net 1.1 platform but it is now that it is running on .net 3.5... not
sure if that could have anything to do with it?