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     
Hi, Consider the following test web method : public byte GetRandomBytes(int len) { Random rr = new Random(); byte bb = new byte;
Stephen Ahn
02-01-2007 09:39 PM
Stephen Ahn Go to last post
0 33
I have Windows XP on my laptop. It has now stated that everytime I shut my laptop down, then boot it up the next day, Windows XP has...
Velvet
01-30-2007 03:44 AM
Alexey Smirnov Go to last post
1 43
I started working on a performance demanding app. I created structures that I put into an Array. Then I realized that arrays are byref objects,...
buu
01-29-2007 11:58 AM
Nip Go to last post
5 61
I have Visual Studio.NET 2003 Professional. It was working just fine a couple of days back and all of a sudden the IDE has become so slow to start...
Abhishek Madas
01-26-2007 05:12 PM
Abhishek Madas Go to last post
2 43
Hey folks! is there a tool for list all available counters on my machine? I am german running a german os, whatelse. And now I try to access...
Mike Behrendt
01-25-2007 11:43 AM
Mike Behrendt Go to last post
2 56
One suggestion is to goto the Folder Options in a windows folder, go to the View tab. Select the option to 'Launch folder windows in a seperate...
Adam Benson
01-25-2007 04:51 AM
Ciaran O''Donnell Go to last post
1 43
o_O try running repair.exe in your World of Warcraft folder. I'd suggest looking on the forums at www.worldofwarcraft.com next time you have an...
n!
01-24-2007 10:51 AM
n! Go to last post
0 41
"Surain Shen" <looong.shin (AT) gmail (DOT) com> wrote It's important to understand the role of the GC, the GC is not a memory allocator, it's...
Willy Denoyette [MVP]
01-14-2007 05:48 PM
Willy Denoyette [MVP] Go to last post
2 46
Hi When the process ends or when the OS needs more memory (not sure about this though) What problem are you having? -- Ignacio Machin
Ignacio Machin \( .NET/ C# MVP \)
01-10-2007 11:29 PM
Surain Go to last post
1 37
It's not too bad, really. All the basic stuff works - but then again, I bought a very generic system (a very common Dell) just to help make sure I...
Sridhar
01-10-2007 04:36 PM
Phil Wilson Go to last post
8 58
Hi, I have created a service which parses real-time prices from one format into another. This is all working very quickly and nicely, however,...
mwhalber@gmail.com
01-09-2007 02:23 PM
Phil Wilson Go to last post
8 45
I think this question comes down to when, if ever, does the managed heap get reduced in size and the memory deallocated and returned to the OS. I...
Phil Wilson
01-08-2007 03:15 PM
Phil Wilson Go to last post
2 36
Hi, Each object or reference that is no longer used is marked for collection, but the memory is not freed up straight away, garbage collection...
Mike Powell
01-05-2007 06:26 AM
Mike Powell Go to last post
0 37
Hi, Each object or reference that is no longer used is marked for collection, but the memory is not freed up straight away, garbage collection...
Mike Powell
01-04-2007 09:37 AM
Mike Powell Go to last post
0 38
When it needs to use some more memory that it can relaim or ehen the process terminates, whichever occurs first. "Surain Shen" <looong.shin (AT)...
Stephany Young
01-04-2007 05:43 AM
Stephany Young Go to last post
0 37
System requirements are on the download...
David Browne
01-02-2007 04:15 AM
Ciaran O''''Donnell Go to last post
4 63
Hello, usually, performance counters are used with Increment() and Decrement() call, not by setting the counter to its actual value. So I guess,...
Henning Krause [MVP - Exchange]
12-27-2006 07:03 PM
nicknux@gmail.com Go to last post
2 57
Hi, I am trying to monitor the number of threads being used on multiple calls a web service and files available for dowload through http. Q1. What...
smarty
12-25-2006 05:33 AM
Steven Cheng[MSFT] Go to last post
7 70
Hello, does anyone know if an update is available (or at least planned) for the much cited standard reference IMPROVING .NET APPLICATION PERFORMANCE...
mjheitland
12-22-2006 06:21 AM
mjheitland Go to last post
0 35
Hi, I'm developping a software, in C# 2.0 with Visual Studio 2005. Here is my problem, I'm doing a performance counting of my exceptions with...
Barzot
12-20-2006 09:17 AM
Jason Hales Go to last post
1 58
We are currently designing an n-tier web app in NET 2.0 (C#). There will be UI, Business, and Data Access tiers. Initially, they will all exist on...
Mike Robbins
12-19-2006 11:26 AM
Robson Siqueira Go to last post
4 53
There is a datagrid in the page, 400 rows, viewstate is enable. There is also a dataset which is stored in viewstate. //However you will do,it shuold...
Kevien Lee
12-18-2006 07:13 PM
Kevien Lee Go to last post
0 39
I'm trying to benchmark floating point operations invoked from C# running WinCE 5.0 on both an AMD Geode (x86 compatible) platform and an...
Wil S
12-15-2006 12:29 PM
Wil S Go to last post
0 43
Hi, Also microsoft recommends that one must use viewstate to store small amount of data.Not large ones. Thanks and Regards, Manish Bafna. MCP and...
Manish Bafna
12-14-2006 11:20 PM
Manish Bafna Go to last post
0 42
Hi, Datagrid are know to generate huge Viewstate.But if one disables the viewstate for datagrid then all its advances features like paging/sorting...
Manish Bafna
12-14-2006 11:08 PM
Manish Bafna Go to last post
0 42
Depending on your definition of "robust server applications" .NET 2.0 is a pretty good platform for building such applications. If I had to build...
Chris Mullins
12-14-2006 04:45 PM
Chris Mullins Go to last post
0 35
If there are some int,string ,ushort filed in a class,How to find out how it would cost of the memery?
Kevien Lee
12-14-2006 04:26 AM
shanemjtownsend@hotmail.com Go to last post
3 41
A type-safe collection typically uses Object as a storage container if using an ArrayList or something and is not using generics. The only way...
Hafiz
12-11-2006 11:58 AM
Shawn B. Go to last post
7 41
C# vs C (Multi-page thread 1 2)
Hi, I have a calculation library written in C compiled into a DLL. I now need to move into the .NET world and would like som advise on this. One...
barcel
12-07-2006 04:54 PM
Robert Hooker Go to last post
13 71
I have a problem with an application which randomly hangs on site. The symptoms are that the user will click a button - which normally would open a...
Simon Verona
12-02-2006 02:03 AM
C Malone Go to last post
2 55
As im sure most of you are aware of you can not host .Net services without IIS. This where my question comes in on what is the best practice on...
Brent
11-29-2006 08:10 PM
Brent Go to last post
0 33
Hi, I am looking for component which allows me to parse my xml file. the reason i am asking this, is because my xml files are huge it can reach as...
rony
11-28-2006 02:44 AM
joachim@yamagata-europe.com Go to last post
2 39
I wish to remotley monitor servers counters using ACT from a client , however there is a ISA firewall inbetween. What port(s) are used by ACT to get...
Gerard
11-27-2006 09:26 PM
Gerard Go to last post
0 35
I've created a performance log that collects a number of counters, including the ".NET CLR Memory" counters. When I run the log, it collects data...
ChuckBerg
11-27-2006 08:29 PM
ChuckBerg Go to last post
0 37
Hi, We have an ASP.NET application that can generate reports. However, some users will request soo much data that the server will throw...
Rudi
11-26-2006 01:36 PM
Vadym Stetsyak Go to last post
1 46
Hi, I posted this request yesterday but no response. I have my webservice with WSE3.0 Security(x509 anonymous messagelevel). I have one webmethod...
Renny
11-24-2006 02:34 AM
Renny Go to last post
1 37
After reviewing the code and compiling the application as release version, are there any other deployment and/or .Net CLR settings that can be used...
robin9876@hotmail.com
11-22-2006 10:07 AM
Rudi Go to last post
2 51
Does anyone out know of any documentation describing how the various values in the cyptic output of the SOS !EEHeap and !DumpHeap commands relates to...
kronon34@yahoo.com
11-21-2006 05:28 PM
kronon34@yahoo.com Go to last post
0 35
Can you find out how to retrieve the following information from the currently executing context of...
sridhar
11-21-2006 04:43 AM
Loy Go to last post
4 50
I am currently running windows 2000 on 1.3ghz Pentium III processor with 356mb of RAM. I've recenlty reinstalled windows 2000 and performance...
Lloydy-Lee
11-20-2006 11:32 AM
Robbe Morris [C# MVP] Go to last post
2 44
When windows is starting up and after signing on, the cursor flashes. If I press ctrl-alt-del and bring up the task list, then the icons show on...
Gayle
11-20-2006 07:14 AM
Ciaran O''Donnell Go to last post
1 47
I have an access database with a crosstable query in it. Opening that from Accees takes an eyeblink, but when I try to fill a datatable with those...
Malhavoc
11-15-2006 07:32 AM
msgroup Go to last post
2 43
Hello, My asp.net application calls webservices from a java middle office. Every things works correctly whith 50 user's but when I'm simulating 150...
RAndre
11-15-2006 04:02 AM
RAndre Go to last post
0 41
My issue is that there's no guarantee the Shared Source implementation, and the production .Net implementation are the same. Likewise, unless it's...
Chris Mullins
11-14-2006 08:33 PM
Brian Gideon Go to last post
4 45
Hi! I have a problem getting this figured out. I am generating a CSV report based on some data I retrieve from Oracle database. Below are the...
Alex
11-13-2006 08:03 AM
Roman Wagner Go to last post
2 47
Hi All, Are there any guidlines while creating cutom performance counters to instrument the code? What are the types of custom performance counters...
kaushikbarat@gmail.com
11-09-2006 11:48 AM
kaushikbarat@gmail.com Go to last post
0 44
Hi, We are seeing high memory usage (1GB) and subsequently out of memory exception. We are trying to transform the documents using xslt and most...
Dinesh
11-06-2006 01:01 PM
Dinesh Go to last post
0 41
Hi, I am trying to take some latency measurement of HTTP download times for a number of zip files varying in size from 100K to 500M. I wrote some...
smarty
11-05-2006 04:15 PM
smarty Go to last post
4 59
If you need fast printing (like I do for some projects), you better use the VB6 printer object than the .net 2.0 printdocument. I found out that,...
Theo Verweij
11-05-2006 12:01 PM
Theo Verweij Go to last post
0 41
My printers light would not stop flashing after installing a new cartridge , when I try to print something it tells me that my printer should be...
amberbootyliscious
11-01-2006 10:56 PM
amberbootyliscious Go to last post
0 46
Post New Thread

Display Options
Showing threads 151 to 200 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.