all groups > dotnet performance > october 2007
Common performance issues
Posted by Akhilesh U at 10/24/2007 6:45:23 PM
Hi
I am trying to create a new web application. I need some expert advice
on what all performance issues I might face. Application has a rich UI and
also heavy DB access
Regards,
Akhilesh U
... more >>
getting WPF to use graphics hardware
Posted by gwwinn at 10/18/2007 2:08:00 AM
I am using a Samsung laptop with NVidia GeForce FX Go5200 graphics chip.
Unfortunately the latest drivers are dated 2003 and so WPF won't use DirectX
even though 9c is installed and works fine. I've tried setting a later date
in the registry to no avail. Does anyone have any ideas on how to ge... more >>
performance counter to monitor number of web requests per second
Posted by Zester at 10/17/2007 12:45:03 PM
Hi,
I'm looking for a performance counter that tells me how many hits (submits
etc..) by users to our web application server. I have tried the Asp.net
Applications | Anonymous Requests/Sec, Transaction/Sec, and Requests/Sec but
they all show up 0.
I couldn't find the answer to this in ms... more >>
Registry Help
Posted by Questioner at 10/16/2007 11:29:05 AM
I know from running free scans that there's a lot of clutter on my registry.
How do I clean it up? How do I know I'm not deleting something important?
Can it be done for free?
Thanks... more >>
video driver continuos crashing
Posted by Glen at 10/15/2007 10:18:01 PM
I receive an error message: STOP 0x000000EA THREAD_STUCK_IN_DEVICE_DRIVER
after updating my video driver. This also occurred before hand. I am using
windows xp service pack 2. Have tried to follow the hep from the microsoft
page. ie reduce hardware speed etc. all to no avail. Any ideas? ... more >>
System32 error
Posted by Jossa at 10/15/2007 1:31:02 AM
I've looked everywhere and can't find a fix, I get this error message on
start up and it seems to have slowed my start up down;
RUNDLL
C:\windows|system32|uibuykwd.dll
Can anyone help? Please?... more >>
Is Vista too slow for Dev. work?
Posted by Mikey Baby at 10/13/2007 7:58:00 AM
I'm struggling to get an answer to this. I asked two months back on another
forum and got no response. I asked on SQL forums but, of course, they use
WS2003.
So I'll be brief.
I have two PCs
Brand New PC: CoreDuo2.3/3.5gbRam/2xSATA7200rpm/VistaBusiness/NoAero
Old 2003 Laptop: Centrino1.4... more >>
Delay on start
Posted by Juan Segura at 10/10/2007 10:57:01 AM
Hello:
I have a big application that is running ok in several machines.
In a clean machine with Windows XP SP2, with .Net Framework 2 or 3 (I test
both versions) I have a delay of 90 to 120 seconds on the start. From that I
make the double clic to show the first MessageBox.
I accept all sugge... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Performance issue after conversion to 2.0
Posted by KVin at 10/5/2007 8:56:05 AM
My app(winforms) runs from a network share and refers to quite a few config
files on the network.
I've two versions of the app., one running under 1.1 framework, and the
other under 2.0(2.0 version is the one converted from 1.1 through vs2005).
I've a codegroup/s created for the purpose(fo... more >>
Performance issue
Posted by Pedro at 10/2/2007 3:54:00 PM
Hello.
I'm running a Windows 2000 server machine with .Net Framework 1.1 and
Commerce Server 2002.
Since the application we had was changed to make XML/XSL transforms we are
getting the ASPNET_WP process reaching 100% usage of cpu. Even with hardware
with 4 Dual Core processors.
I've test... more >>
Clone vs New?
Posted by schneider at 10/2/2007 12:07:57 AM
It seems that in some cases its quicker to clone an existing object vs
creating a new object. I have not done exstensive perf test but have found
cases where it helps.
Anyone have any thoughts on this?
Why would this be true?
Is it always true? if not then why not?
Thanks,
Schneider
... more >>
Data Access Layer (DAL) Design - Help please
Posted by Andrew Stanford at 10/1/2007 1:58:47 PM
Hi,
I am designing an application that has "partitioned" data. For example, most
of the data for a record (e.g. a company record) is stored on an AS400 and
is read-only to the client application and our custom application stores the
rest of the data we require in SQL Server. The users need ... more >>
Why does conversion to 2.0 from 1.1 result in performance degradat
Posted by KVin at 10/1/2007 1:40:01 PM
Conversion to 2.0 (thro' vs2005) from 1.1, has made the app completely
unusable because of the performance degradation. It's a c# winforms,
multithreaded app, using datasets extensively.
I understand that in 2.0 Dataset/dataTable have become more performant, and
I was expecting a performa... more >>
|