DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
Current group : microsoft.public.dotnet.framework.performance     484 threads
page nr.:    1   



Mouse optimization   (1 messages)   Date: Wed, 22 Aug 2007 00:48:00 -0700
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 ...

Performance issue with ASPnet_wp   (1 messages)   Date: Wed, 22 Aug 2007 00:00:00 -0700
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. ...

How to assess application network overhead   (1 messages)   Date: Fri, 17 Aug 2007 17:26:23 +0100
Hi, I am in the process of developing a small application that sits in the task bar and at a set interval polls an IIS web server for information. The process involves the client sending anything between 3 and 30 characters ...

Perfmon won’t log .Net CLR Memory data to a file : Additional Info   (2 messages)   Date: Fri, 17 Aug 2007 01:18:07 -0700
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 ...

Perfmon won’t log .Net CLR Memory data to a file   (3 messages)   Date: Thu, 16 Aug 2007 17:44:20 -0700
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 ...

Whether its legal or Not????   (2 messages)   Date: Thu, 16 Aug 2007 20:52:07 +0530
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 ...

"Search" takes 100% CPU usage   (2 messages)   Date: Fri, 10 Aug 2007 17:24:01 -0700
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 ...

flood coming to microsoft.public.smartphone.developer   (1 messages)   Date: Wed, 7 Aug 2007 21:44:16 GMT
To avoid the flood, join me at Supernews. Sign up for a risk-free trial. https://www.supernews.com/signup/ -- Jon's wine whispers at our sufferer after we slide at times it. ...

BeginSend Performance   (3 messages)   Date: Wed, 01 Aug 2007 07:42:27 -0700
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 ...

Love Taboo Forum Now Open to the Public! 5% Off   (1 messages)   Date: Mon, 30 Jul 2007 17:40:42 -0700
Hi Folks, Is anyone sick of the junk bb's online? I found a new bb that is amazing to say the least. They have all kinds of adult topics that you can post to once you register. They give you all kinds of posting options ...

.Net Clr cluster support   (1 messages)   Date: Mon, 30 Jul 2007 12:55:58 +0530
Hi All, Am new to .net clr, I want to know that is there any sort of cluster support for .net clr engine. or any refernce of "cluster" in context of ".net clr". thanks ...

New character   (4 messages)   Date: Sun, 29 Jul 2007 19:58:37 GMT
I found new character(^) included to some c++ cods. Such as: public: virtual String^ ReadLine () Can anybody tell what it is? Thanks. ...

Knowing the clr version of running .net process   (4 messages)   Date: Fri, 27 Jul 2007 20:40:40 +0530
Hi All, Is it possible to know the versions of clr(.net) of a running .net process. As I could have installed different versions of .net on my windows machine and I can run multiple .net applications using different ...

32/64bit performance objects/counters   (2 messages)   Date: Fri, 27 Jul 2007 13:06:34 +0530
Hi, Is there any issue with performance objects/counters exposed by CLR considering 32bit and 64bit machines. thanks and regards user "Robert" <no@spam.com> wrote in message news:<OI#v5usvHHA ...

Windows XP Shared memory woes   (13 messages)   Date: Thu, 26 Jul 2007 06:30:03 -0700
Hi There, I have an application that uses quite a bit of memory to maintain a database. This is a real-time, latency-sensitive app that needs this memory. Let's take that as a caveate and not suggest "use less memory" ...

How to measure performance of .NET applications?   (4 messages)   Date: Tue, 24 Jul 2007 10:03:10 +0200
I want a kind of profiler. I would like to now which function allocated how much memory (that is easy to check with MS CLRProfiler). But I would also like to now how much time was spend on executing each function, or ...

Ecometry Problem: View File Functionality NOT Working Running in Vista   (1 messages)   Date: Mon, 23 Jul 2007 07:21:15 -0700
Does anyone know how to resolve the "View File" (Under Print Manager) problem of this function not working, running in Vista? I have Ecometry running under Vista and this aforementioned function does NOT work properly. ...

using boxing may put garbage into the screen   (1 messages)   Date: Fri, 20 Jul 2007 16:23:13 -0700
How come line 1 will output garbage to the screen, but line 2 will output a good number to a file? How can I make line 1 out put a good number to the screen String* dayStr = System::DateTime::Now ...

precision in double   (7 messages)   Date: Thu, 19 Jul 2007 01:51:49 -0700
Hi, I have the following problem: I need to change the precision of double variable, but I don't want to round it. Just cut unnecessary part. For example: I have: double d=0.3999999 I wan't to have: 0.39 Is there ...

Instrumenting using PerformanceCounter   (4 messages)   Date: Tue, 17 Jul 2007 13:06:06 -0700
I am investigating some options for instrumenting and am looking at PerformanceCounter. I am wondering how logging of the data is occurring when a counter is updated. With Perfmon, you can set up a log file and set ...


page nr.:    1   
Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us