all groups > dotnet performance > december 2006
.NET and multithread networks server application
Posted by Cube at 12/14/2006 2:10:27 PM
Hi,
I have developed large multithreaded network application using Win32
and Winsock in the past connecting to an SQL db.
How fast and robost is .NET 2.0 for creating a similar application?
I need to create an client and server application. The client
application consists of C# Window.for... more >>
Generic collections vs. arrays on structs vs. class
Posted by buu at 12/13/2006 8:32:40 PM
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, while
struct is byval.
Now, I presumed, that managing these objects would be faster if I would use
class instead of structure, cause I can send a ref... more >>
How to know a class 's size?
Posted by Kevien Lee at 12/11/2006 8:37:35 PM
If there are some int,string ,ushort filed in a class,How to find out
how it would cost of the memery?
... more >>
C# System.String Memory Usage
Posted by mwhalber NO[at]SPAM gmail.com at 12/8/2006 4:04:52 AM
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, I
have recently found that the memory usage is astronomical after a few
hours. (1.5-2 Gig)
After a good amount of digging I found that the memory ... more >>
performance of dual core processors for .NET
Posted by Sridhar at 12/7/2006 6:53:00 PM
Hi,
I am not sure if this is the right group to ask this question. I thought
may be some of you might have answer to my question. Now that said, here is
my question.
I am planning to purchase dual core processor desktop for .NET application
development. The processor is intel dual core... more >>
threads
Posted by smarty at 12/6/2006 11:49:00 PM
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 is the difference between process:inetinfo:thread count and
process:w3wp:thread count?
Q2. Is this the right counter to measure threads in... more >>
Performance Counters
Posted by Barzot at 12/1/2006 12:08:15 AM
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 PerfMon.exe to see the number of exceptions thrown by my soft. At
a specific action in my program, "switching tabs and gettin new data",
PerfMon indi... more >>
|