HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (Performance) microsoft.public.dotnet.framework.performance


Discuss in the Dotnet Framework (Performance) forum.



Post New Thread
Threads in Forum : Dotnet Framework (Performance) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
For stress testing, which Performance Monitor counters are appropriate for gathering info related to tracking down a...
John A Grandy
04-26-2006 07:45 PM
John A Grandy Go to last post
0 65
I have duplicated this on 4 different workstations running WinXP and the ..Net framework. Viewing any of the .NET CLR counters in PerfMon works...
bu
04-26-2006 09:30 AM
bu Go to last post
4 62
Martin Müller wrote: Is there a reason that you don't just ship new File.Open(filename) to the remote site? -- Helge Jensen mailto:helge.jensen...
Helge Jensen
04-25-2006 10:55 AM
Helge Jensen Go to last post
0 46
I have a test app where I am using System.Diagnostics.PerformanceCounter. In the VS.NET 2003 DESIGNER I choose: CategoryName = 'Process' CounterName...
Enzo
04-24-2006 05:13 PM
Enzo Go to last post
1 49
You could use threading to talk to more than one phone at once (this will speed things up GREATLY). Google a bit for...
jeremiah johnson
04-24-2006 12:59 PM
David Browne Go to last post
2 71
Vadym Stetsyak wrote: ?? Yes it does... If your subnet is 10.10.10.*, then that subnet's broadcast address is 10.10.10.255.
jeremiah johnson
04-24-2006 06:13 AM
Vadym Stetsyak Go to last post
2 45
Appreciate all the responses. Since the initial reply here, I've done some more reading, (threading seems to be the last huge hole in my...
dave.dolan
04-20-2006 08:07 AM
dave.dolan Go to last post
0 58
Hi there, We are creating custom performance counter for our application as below: ..Add(TotalTimeAverage, String.Empty,...
Ling
04-19-2006 05:59 AM
Ling Go to last post
0 49
Helge Jensen <helge.jensen (AT) slog (DOT) dk> wrote: It certainly *should* be a pretty simple optimisation, but it appears not to be one which is...
Etienne
04-19-2006 12:31 AM
Jon Skeet [C# MVP] Go to last post
12 80
dave.dolan <davedolan (AT) discussions (DOT) microsoft.com> wrote: I don't know who says that. Only if there's synchronization involved. If there...
Jon Skeet [C# MVP]
04-18-2006 01:55 PM
Jon Skeet [C# MVP] Go to last post
2 50
Hi, I've got a problem: sometimes a inner loop takes more than 0 milliseconds.. Example-Code (take a windows form, add one button and two...
Jens Weibler
04-17-2006 01:02 PM
Peter Morris [Droopy eyes software] Go to last post
10 98
Failure to acknowledge such conditions ultimately result in a misbehaving applications. -- ________________________ Warm regards, Alvin Bruney...
joshtobin
04-17-2006 09:16 AM
Vadym Stetsyak Go to last post
2 42
I need to process several million records stored a database and derive several million processed records to be saved. The processing is moderately...
Shivesh Vaidya
04-16-2006 09:55 PM
David Browne Go to last post
1 53
I am writting a performance critical application and want to know about following: A method is called at every mouse move or says method calls...
Zeeshan Gulzar
04-13-2006 12:34 PM
Goran Sliskovic Go to last post
2 58
Dear guru's, In our project we would like to perform system resource profiling for certain activities. The idea is that the data, gathered during...
pbarvinko
04-12-2006 09:44 AM
pbarvinko Go to last post
0 42
Hi All, I am working in an application, where multiple threads have parallel disk access to process each one file. The threads are independent, no...
huayra
04-12-2006 06:59 AM
Jamie Bissett Go to last post
4 46
I created a simple test scenario that compared the performance of a DataReader vs. a strongly typed DataTable. It seems that it is indeed quicker to...
Fred Taylor
04-11-2006 06:15 PM
Fred Taylor Go to last post
2 64
I made the mistake of doing a "Restore to Factory" before thinking and I lost years of pictures. PLEASE tell me I can get them back. Thanks Barbi
Barbi needs help
04-06-2006 10:42 AM
Stuart Irving Go to last post
1 53
I have 2 win32 services written using C# that need to communicate with each other. They are passing back and forth large blobs of binary data. ...
Bob
04-06-2006 07:40 AM
Vadym Stetsyak Go to last post
1 49
Hi, I've just been looking at some code that someone's asked me to look at. They guys who wrote it has used Hex numbers for all his constant int32...
Tim Payne
04-03-2006 12:09 PM
Alvin Bruney - ASP.NET MVP Go to last post
4 54
Hey Folks, I know this is taboo but we have a long running highly availble app that is being affected by the garbage collector. In .NET 1.1 there...
Arnie
04-03-2006 12:06 PM
Alvin Bruney - ASP.NET MVP Go to last post
2 55
I read on some message board that i can't find anymore saying that the Large Object Heap is compacted in Framework 1.1 or 2.0. Is this true? I can't...
Ben Lam
03-31-2006 09:32 PM
Jim Cheshire Go to last post
9 54
Can anyone provide any link or doc whcihc explains available performance counter for ASP.net app monitoring in details like how to best use them...
Vikram
03-31-2006 05:22 AM
Vikram Go to last post
0 38
Anyone having good plan or refrence for monitoring dot net web app for performance, network usage etc. Or best approach how to to the same ?
Vikram
03-29-2006 06:17 PM
Alvin Bruney Go to last post
1 39
Hi, Hope this may solve your problem.. To record by using an application that uses Windows authentication 1. Enable basic...
Sathya
03-28-2006 09:46 AM
chen Go to last post
1 37
I'm trying to use the VSTS Profiler on a fairly large and complex .NET 2.0 application. In the past, I've always used the Compuware tools...
Chris Mullins
03-25-2006 05:39 PM
Chris Mullins Go to last post
1 56
Let's say I have a dictionary where all the values are strings. Does anyone know if it is faster to say: dim s as string =...
AT
03-25-2006 01:01 AM
Jon Skeet [C# MVP] Go to last post
3 50
Hi everyone, I have observed that the ngen process appears in the list of processes in taskmgr while .net framework 1.1 gets installed. This process...
Sameeksha
03-24-2006 09:13 PM
Bob Grommes Go to last post
3 50
I have Windows App that is calling several web services. Sometimes, when large amounts of data are transfered back and forth between the windows...
AT
03-24-2006 03:21 PM
Willy Denoyette [MVP] Go to last post
1 45
Hello. Is it a good practice to use the MinWorkingSet and MaxWorkingSet of the Process class? If so, what are the recommended values for these...
Amir Shitrit
03-24-2006 03:17 PM
Willy Denoyette [MVP] Go to last post
1 49
Hi, Kindly let me know , how to monitor the performance of .Net application and please suggest some tuning recommentation for the same. Kindly...
Sathya
03-24-2006 08:49 AM
Jason Hales Go to last post
1 36
Hi , Better Configure like this: -------------------------------------- Machine 1 ---------------- -ASP .Net Application MAchine...
AT
03-24-2006 05:03 AM
AT Go to last post
0 33
I have a Web Site localized to Spanish and english. I have two resources files plus the default file, so far I have only one page localized and it...
Kenny M.
03-23-2006 03:47 PM
Kenny M. Go to last post
0 38
It quite possibly could have been a type-o. In any event, if you think the article is poorly written, why not take the time to correct it by...
Dave Black
03-21-2006 08:23 PM
Alvin Bruney Go to last post
10 50
Hi, Hopefully someone can explain the following. I'm using .NET 2.0 RTM. I'm doing performance analysis on a medium size app that was running...
Laura T.
03-21-2006 09:18 AM
Laura T. Go to last post
1 36
I know that managed c++ is faster than c# because the ilcode of a mc++ application is pre optimized. Would it then be possible to decompile a c#...
cody
03-18-2006 11:24 AM
Willy Denoyette [MVP] Go to last post
7 33
Hi all, I hope this is the right place for this question... I'm using Big-Ip as a load balancer. Below the Big-Ip are sitting several server...
Ido
03-16-2006 09:25 PM
Dave Black Go to last post
1 37
I have a class that implements IDisposable but does not need a Finalizer - thus, I haven't implemented one. I'm using the "typical" Dispose pattern...
Dave Black
03-16-2006 11:35 AM
Jon Skeet [C# MVP] Go to last post
3 34
I am experiencing issues with some unusual memory growth. My (Windows Forms) application starts from a module (sub main). When I need a form...
jlotmar
03-16-2006 08:41 AM
TMcM Go to last post
3 39
I want to count the times my webservice is called with a PerformanceCounter. The account ASPNET doesn't have sufficient privileges to create the...
RC
03-16-2006 06:17 AM
AT Go to last post
5 24
hi, i've crated a custom control that allows user to draw selection rectangle over a bitmap. the selection rectangle is semi transparent and also...
SharpCoderMP
03-16-2006 04:19 AM
SharpCoderMP Go to last post
9 34
i have this code: in a click event: ... myControl c = new myControl(); c.Dispose(); c = null; ... in myControl:
eleazarm
03-16-2006 01:26 AM
Jon Skeet [C# MVP] Go to last post
2 32
Hi, I need help on the usage of application variables... Can I populate application variables through my console application and use them in my web...
AVL
03-15-2006 07:08 PM
Robbe Morris [C# MVP] Go to last post
1 27
Hi everybody, this is a more general question, rather than a specific problem. I'm considering if I should use Microsoft VS.NET ACT to test...
AT
03-13-2006 02:24 PM
ross Go to last post
3 27
Hi Group I was considering using a Generic Dictionary<> as a value container inside my business objects, for the reason of keeping track of fields...
Rune B
03-13-2006 12:58 PM
Kevin Spencer Go to last post
18 53
Any number of things can cause this. I'd suggest you add a timeout to your webservice call - normally, a webservice call shouldn't take that long...
Alvin Bruney - ASP.NET MVP
03-10-2006 09:24 AM
Alvin Bruney - ASP.NET MVP Go to last post
0 25
I am trying to get various information from my servers using a simple .net app, but one of my counters is not reporting any value. The rest work...
ASP949
03-09-2006 06:59 PM
ASP949 Go to last post
1 30
Hi, In my application I have text(flat) file as input and I have to generate an XML file. The maximum input text file size can be 900MB and gererated...
Venkatachalam
03-07-2006 05:29 PM
Willy Denoyette [MVP] Go to last post
13 43
hi, I use backgroundImage in my application. But, with this, my application is very slow because, i have a lot of control with transparencie...
Rafik
03-06-2006 02:55 PM
Rafik Go to last post
0 24
Sorry - I wasn't entirely clear! I am pre-loading all images some time before they will be displayed, so that when the user switches between...
Steve Greatrex
03-06-2006 05:57 AM
Steve Greatrex Go to last post
1 28
Post New Thread

Display Options
Showing threads 301 to 350 of 1596
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.