all groups > dotnet performance > august 2007
Help with Stress Testing
Posted by ESmith at 8/31/2007 7:43:55 AM
I need to stress test an application I've developed - are there any
libraries/classes that can do things such as limit RAM available, Disk
Space, etc. to help determine the system limits? Since I'm developing on a
higher end system, I hope that there are either commerical or free utilities
... more >>
opened window lose's priority
Posted by B.J at 8/30/2007 1:08:05 PM
Still struggling with this problem, when ever im operating on an opened
window, be
it typing or watching a film, the screen will lose its priority after five
to ten seconds and ill have to click back on to it to proceed at whatever im
at and this will be consistant through out. Any advice wou... more >>
Multi-Cores, Multi-threading and .NET
Posted by eAndy at 8/23/2007 10:44:00 PM
Note: I sincerely welcome and appreciate any input from outsiders and MVPs
but I'm ultimately hoping for a MSFT response.
Any concrete citations (white pages, msdn pages, books, msdn blogs etc) are
hugely appreciated.
As I understand it
- Intel cores have a single 'hardware' thread, 2 thr... more >>
byte[] to byte*... What is the fastest way?
Posted by ThunderMusic at 8/23/2007 3:36:18 PM
Hi,
The subject says it all... I want to use a byte[] and use it as byte* so I
can increment the pointer to iterate through it.
What is the fastest way of doing so in C#?
Thanks
ThunderMusic
... more >>
Dataset filtering performance
Posted by Stephane at 8/23/2007 10:54:01 AM
Hi,
I was wondering what the performance of a filtering operation on a dataset
could be? For small set of data, it's ok, but what if I filter, let's say, 50
M rows?
I'm asking because I was wondering if it could be faster to filter data in
..Net that in a SQL query? In a SQL query, it co... more >>
Mouse optimization
Posted by Premian at 8/22/2007 12:48:00 AM
I'm looking for a way to increase my mouse pointer speed.
I know about the setting in control panel. The slider is already at max.
But is there another way to increase the speed even further?
a Registry entry or special driver perhaps?
I'm using a typical usb optical mouse.
Anyone else out ... more >>
Performance issue with ASPnet_wp
Posted by Ravindra at 8/22/2007 12:00:00 AM
I have run 6-7 heavy reports one by one, then aspnet_wp.exe takes high volume
of memory usage and it works very slow. It does not release memmory Even I
close all the browser.
... more >>
fo
Posted by RickyMcKay at 8/17/2007 1:18:07 AM
I should say that the program that I am trying to log information for is
written for version 1.1 of the .Net Framework.
Cheers
John... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Whether its legal or Not????
Posted by Debasish Pramanik at 8/16/2007 8:52:07 PM
Hi All
I'm sorry If I'm asking wrong place but like to know the following
As part of feedback my application get information like machine name, domain
name, username in the feedback mail.
Is it legal? Can anyone show me direction regarding the same?
--
Regards,
Debasish Pramanik
... more >>
y_data_to_a_file
Posted by RickyMcKay at 8/16/2007 5:44:20 PM
Hi all
I am having problem using perfmon to record to a log file the .Net CLR
memory data. I am trying this on two machines (both XP SP2) and it doesn’t
work on either, although with different results.
Here is the process:
*Launch Perfmon and select “Counter Logsâ€
*Create a log ... more >>
"Search" takes 100% CPU usage
Posted by sheismolly at 8/10/2007 5:24:01 PM
Since Microsoft automatically updating my system, the cpu usage reached 100%
most of time. After seeking for help from several forums, I downloaded
UPHClean from Windows update site and it seemed working well. however, when I
used "Search" trying to find some files, CPU usage reached 100% agai... more >>
BeginSend Performance
Posted by AlexArl NO[at]SPAM gmail.com at 8/1/2007 7:42:27 AM
Hi,
I am benchmarking our server now.
Scenario:
5 clients, 1000 data entities distributed to them per second, 141K
around 700K per second.
Clients sit on the same LAN as server, all on separate computers.
I have two different implementations:
A) Reads are done asynchronously, using BeginR... more >>
|