all groups > dotnet performance > june 2007
Quick Help PLZ ,, aspnet_wp.exe on w2k IIS5
Posted by Ahmad Sabry at 6/27/2007 2:27:35 PM
i'm runing windows 2000 server with IIS 5
web sites runing .Net2 not runing ,, but the classic is asp sites working
fine
I get this error: aspnet_wp.exe (PID: ) stopped unexpectedly
no web site is working .. some quick help please
... more >>
virtual memory leak? in asp.net app - OutOfMemory exception
Posted by Mike at 6/25/2007 11:28:00 AM
Hello,
I have an ASP.Net app pulling a large XML stream (50 MB) and loading into an
XmlDocument object. Doing so seems to allocate several hundred MBs of
virtual memory (Seen as "virtual bytes" in perfmon). This behavior seems to
happen in the XmlDocument.Load() method.
When the XmlDoc... more >>
System.OutOfMemoryException during Serialization
Posted by Piggy at 6/23/2007 4:43:00 PM
Hi to all,
I am getting this System.OutOfMemoryException calling the
Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(<stream>,<Obj>) method.
The type of <stream> is IO.MemoryStream
=====Exception:
System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException... more >>
not just IE7 browsing problem
Posted by sassygramma at 6/21/2007 2:09:00 PM
i have been having problems for over a month now with pages loading very very
slow or not at all . when pages load it is fast , when they dont load i can
wait forever , to the point where i shut off puter , cause i am fed up.
this is happening not just with IE7 but also firefox and verizon y... more >>
perfmon & logparser
Posted by John Grandy at 6/18/2007 2:02:07 PM
Has anyone written batch code that would utilize logparser to convert
perfmon log files to a set of charts ( 1 for each perf counter tracked ) ?
Thanks.
... more >>
Locking ASP.NET Session State with SQL Server
Posted by george at 6/16/2007 5:05:00 AM
We are running a website in a webfarm and using SQL server for session state.
The website runs perfectly but after a period of time we get the following
error:
System.Web.HttpException: Unable to connect to SQL Server session database.
---> System.InvalidOperationException: Timeout expired... more >>
Processes versus threads
Posted by Chakravarthy at 6/13/2007 10:34:28 PM
If i had a server with 10 windows services, which all started at the same
time and did a lot of DB related work,and i wanted to reduce the load on the
server and improve performance, would it help if i invoked all the 10
services in one process using threads ?
... more >>
Cannot copy to CD
Posted by pagordon at 6/13/2007 1:38:02 AM
Upon initiation of "Write these files to CD", process appears as if it will
work until the very end when a pop up displays the following message:
"CANNOT COMPLETE THE CD WRITING WIZARD - There was an error in the writing
process. The disc you have attempted to write may no longer be usable."... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Monitor Webservice Connections
Posted by MattC at 6/11/2007 12:17:59 PM
Hi,
Is there a performance monitor that will let me see how many open internet
connections my webservice is making (it's doing some requests of its own). I
want to check to see if:
<system.net>
<connectionManagement>
<add address="*" maxconnection="20"/>
</connectionMana... more >>
IDisposable and managed variable cleanup
Posted by David H. at 6/11/2007 12:10:01 PM
I'm writing some classes that are going to be used in several pages in an
ASP.Net 2.0 application.
I've seen several articles on how to add your own Dispose() method to a
class using the IDisposable interface, but those articles tend to focus on
cleanup of native resources instead of manage... more >>
c# disk performance
Posted by Kirk Miller at 6/10/2007 6:55:02 PM
We are writing an application which uses many file streams to copy data from
one disk spindle to another.
Our algorithm is parrallel so that all spindles theorectically stay busy and
we are disk bound on copy by the slowest drive. This all works fine.
However, by using PerfMon, we n... more >>
Explorer.exe
Posted by bratty brunette at 6/9/2007 6:44:01 AM
I have Windows Vista Home Basics. I am using a emachines W3262 (Idon't know
if that matters). Sometimes my computer starts running hard. I went under
Task Manager and nothing shows up except Explorer.EXE is using 50% CPU.
Since I can't turn it off, what else is there to do?
--
very conf... more >>
c# Context Switch - High CPU
Posted by Kirk Miller at 6/5/2007 8:20:00 PM
I have an application which uses approximately 150 worker threads. Due to an
executive thread, no more that about 10 threads are active at any time and
most simply sleep.
However, my application has suddenly started to use 100% CPU for no apparent
reason. After 3 weeks of debuging and p... more >>
switch statement vs if-else-if
Posted by Prabhakar Ahinave at 6/4/2007 12:00:00 AM
Can anyone tell when to use switch statement and when to if-else-if
construct?
- prabhakar... more >>
|