| Thread | Last Post | Replies |
|
| High Performance Xml parser | 28 Nov 2006 08:44 GMT | 2 |
I am looking for component which allows me to parse my xml file. the reason i am asking this, is because my xml files are huge it can reach as far as 1GB more or less. the time to parse such a file is something like 5 Hours.
|
| How to recover from an OutOfMemoryException in ASP.NET | 26 Nov 2006 19:36 GMT | 1 |
We have an ASP.NET application that can generate reports. However, some users will request soo much data that the server will throw an OutOfMemoryException. We will fix the application so that users can not attempt to get that much
|
| OutOfMemory Exception in Webservice with WSE 3.0 Security | 24 Nov 2006 08:34 GMT | 1 |
I posted this request yesterday but no response. I have my webservice with WSE3.0 Security(x509 anonymous messagelevel). I have one webmethod that returns List<MyClass> if items returned are above 3000-5000 the OOM exception occurred. But if I run webservice without WSE3.0 ...
|
| Performance of an ASP.Net application | 22 Nov 2006 16:07 GMT | 2 |
After reviewing the code and compiling the application as release version, are there any other deployment and/or .Net CLR settings that can be used to improve the application performance?
|
| How to find the ComputerName on which my application is running | 21 Nov 2006 10:43 GMT | 4 |
Can you find out how to retrieve the following information from the currently executing context of code? AppDomainName ComputerName
|
| Improving Performance | 20 Nov 2006 17:32 GMT | 2 |
I am currently running windows 2000 on 1.3ghz Pentium III processor with 356mb of RAM. I've recenlty reinstalled windows 2000 and performance seems to have slowed (i am only running basic firewall, virus protection, office and internet). Is there any way that I can improve ...
|
| cursor flashes at windows startup | 20 Nov 2006 13:14 GMT | 1 |
When windows is starting up and after signing on, the cursor flashes. If I press ctrl-alt-del and bring up the task list, then the icons show on the desktop and I can close the task list and continue. What is causing this?
|
| Very slow loading a datatable | 15 Nov 2006 13:32 GMT | 2 |
I have an access database with a crosstable query in it. Opening that from Accees takes an eyeblink, but when I try to fill a datatable with those rows, it takes an handful of seconds; they are more or less 1500 records, and that's not good since my application needs to quickly load
|
| System.Security.Policy.Evidence & High Memory usage | 13 Nov 2006 19:25 GMT | 1 |
We are seeing high memory usage (1GB) and subsequently out of memory exception. We are trying to transform the documents using xslt and most importantly using System.Security.Policy.Evidence to avoid security exception and seeing
|
| Custom performance counters | 13 Nov 2006 17:28 GMT | 1 |
Are there any guidlines while creating cutom performance counters to instrument the code? What are the types of custom performance counters commonly created? Thanks in Advance,
|
| Horrible performance, multiple for loops, need help with alternati | 13 Nov 2006 14:03 GMT | 2 |
Hi! I have a problem getting this figured out. I am generating a CSV report based on some data I retrieve from Oracle database. Below are the details of the logic involved, but the bottom line is that using nested For Loops thus far has been the only solution that works, yet it ...
|
| HTTP file performance | 05 Nov 2006 22:15 GMT | 4 |
I am trying to take some latency measurement of HTTP download times for a number of zip files varying in size from 100K to 500M. I wrote some code shown below but it produces out of memory errors when the files get up to about 200M. I am not sure if the code I have produced is ...
|