|
|
Browse by Tags
All Tags » XML (RSS)
-
Today we were trying to solve some memory leak issues in a .NET batch job program. Processing XML data from a web service sizing up to 130MB some 355 times, the program eventually baulked upon lack of resources and nearly brought the system down with it.
The memory portion was rather straightforward; just make sure all the Hashtables and DataSets ...
-
In a recent bid to tune performance when it came to processing huge XML files that can size 90-200MB, I was extremely annoyed and distressed that the regular programs I use to view XML data structured to their schema (as opposed to viewing as plain text) were all simply unable to deal with such magnitude.
Internet Explorer, Visual Studio, ...
|
|
|