| Thread | Last Post | Replies |
|
| BinaryWriter (or streams) slow performance | 28 Feb 2007 14:32 GMT | 6 |
I was just playing with some performance problems I had creating a file using a BinaryWriter, and found some seemingly poor performance. I noticed that: 1) Getting the Position of the baseStream of the writer takes more then no-time. Why isn't this cached?
|
| Windows only starts in safe mode | 27 Feb 2007 00:30 GMT | 1 |
Error loading device driver. NDISHLP.SYS Error 7323: one or more network transport drivers failed to load. Error 2183: The default network services have already been started. System properties- Performance: All drives are using MS-DOS compatability
|
| Private Bytes vs Virtual Bytes | 24 Feb 2007 09:53 GMT | 3 |
Can someone explain to me in detail the difference between thse two counters? From what I understand, private bytes does not include any shared memory (eg: shared dlls b/w 2 processes). But what about virtual bytes? Is Virtual
|
| too many dll's referenced? | 22 Feb 2007 16:56 GMT | 5 |
I would like to implement my business logic in multiple dll's, strong name and install them in the GAC so multiple web applications can use them. There could be 10 or so different dll's with each related to a different business functionality. My question is whether there are ...
|
| Use of disk during XmlDocument.Save | 21 Feb 2007 16:44 GMT | 2 |
Hi - hope someone out there can help settle a discussion here... We have an Xml file, that is loaded using XmlDocument.Load. Some work is done on it, then we call XmlDocument.Save to shove it back out to file.
|
| Loading the Framework | 20 Feb 2007 02:24 GMT | 4 |
I have a webpage that loads a softwarefx chart that requires .Net Framework 2.0 installed. I have installed the framework (no problems), but the chart is taking upto 30 seconds to load. I spoken to softwarefx and they say the delay is the framework loading.
|
| Process Memory Limitation - IIS | 18 Feb 2007 03:08 GMT | 2 |
We have distributed application built upon .NET 2.0. The business components are exposed as Web Services. Some of the Business Components involves in heavy processing and occupies more RAM. It appears there is a memory limitation of 4 GB per process and we are not sure if we have ...
|
| Performance - 'Execution performance' vs 'Startup performance' | 15 Feb 2007 23:37 GMT | 2 |
Performance is a very important word in the world of computing. Writing beautiful and very readable code may help to improve the developers 'coding performance' but it not always results in good 'execution performance' of applications.
|
| Can ASP.NET 1.1 apps co-exist with ASP.NET 2.0 on the same server? | 14 Feb 2007 00:12 GMT | 3 |
It would seem that if a server has the flexibility to set 'PER SITE' the version of ASP.NET, that it would be able to have applications that co-exist in different versions -- Is this a safe assumption? If so, what must our server-guys be doing to appropriately 'isolate' the
|
| Re-accuring bank drafts | 13 Feb 2007 19:05 GMT | 1 |
I am attempting to add a re-accuring bank draft to my register but have only found that Money wants to pay it automatically online. How do I enter this in my register? I have been a Quicken used since its inception and find it easier to manage. Also how am I to select a ...
|
| Combobox performance | 13 Feb 2007 18:43 GMT | 1 |
I've measured the execution time of the following code, and it's variable from 0,5 sec to 1 sec.. How I can improve performance..? for (int i = 0; i < 8; i++) {
|
| slow running laptop | 12 Feb 2007 19:40 GMT | 2 |
I have a Fujisu siemens laptop, windows xp home. It takes 10+mins to load up and now mouse clicks take up to 15 seconds to activate. I have McAfee running my virus scanning etc, i have tried the deleting cookies, history etc, looked at processes running - 80 - 90% of CPU time is ...
|
| EventHandlers and GC | 12 Feb 2007 11:06 GMT | 1 |
I have an Object of "Class1" that has a Event called "EventOccured" I want to Dispose this object and make sure it's ready to be collected by GC and I have this question: Do I have to manually clear the Invocation list of the event before it will
|
| Problem with database connectivity performance | 11 Feb 2007 22:16 GMT | 5 |
We have a strange problem that someone maybe could help us with. We have an ASP.NET application (NET 2.0) that uses Enterprise Library (2.0) and nHibernate (1.2.0). It’s compiled for any processor and runs in a native x64 environment (2003 STE, IIS 6). It uses a SQL Server (05, ...
|
| Runtime Performance Configuration Settings | 08 Feb 2007 16:52 GMT | 1 |
In Microsoft Knowledgebase article 821268 (http:// support.microsoft.com/?id=821268 ) there are some configuration settings for .net v1.1 Are these the same in v2 or are their additional options?
|