| Thread | Last Post | Replies |
|
| Resource consumption of System.Timers.Timer | 29 Dec 2003 16:03 GMT | 4 |
I need to monitor some large number (about 30,000) of objects periodically. Development is easy if I create timers for each one of them. But I am afraid this may have some problems, with resource consumption. Does each instance of a timer from System.Timers.Timer consume a Win32
|
| Is there a way to decrease the delay before the splash screen starts? | 28 Dec 2003 02:52 GMT | 2 |
I have a C# application that uses a couple of retro VB controls: Microsoft.VisualBasic.Compatibility.VB6.DriveListBox Microsoft.VisualBasic.Compatibility.VB6.DirListBox Which requires that I have the following references:
|
| Preloading some dlls (or assembly) for game programming. | 26 Dec 2003 15:33 GMT | 2 |
I'm working on private game project. The game is shooting game, so I need very high speed with seamless frames. I satisfied with speed of Managed DX, but I gor some strange problem
|
| Performance monitoringr DotNet Applications with SysPerf Framework (free tree month evaluation lisence) | 24 Dec 2003 00:05 GMT | 2 |
We proudly announce the new web based monitoring tools, writtnen on DotNet and ASP.NET. SysPerf Framework was engineered using Microsoft .NET technology and the latest web services technology to provide true enterprise-wide performance
|
| WinService Timeout w PerfCntrs | 22 Dec 2003 21:00 GMT | 1 |
We have built a suite of windows services that rely on Performance Counter data. When our services are set to "AutoStart" and we reboot the machine, the services are timing out and do not start. Our software must support both Windows 2000 and XP. Here are more more details:
|
| Thread (GCHeap::FinalizerThreadStart) takes a long time and a lot of CPU! | 19 Dec 2003 16:36 GMT | 2 |
Our application has the following architecture : Rich Client (C#), Business-Logic/Processing tier (C#, MC++) hosted in a Windows service (stateful) and Data tier (custom 'DB' accessed via DCOM/COM written in ATL/C++) (again stateful Windows Service). Client machines are P3 1Ghz
|
| Hooking time for each function call in a user control | 18 Dec 2003 03:36 GMT | 1 |
Can anyone tell me how can I get the time intervals between function call in a user control (say third party user control, for which I do not have the source code.) I need to get the time each function took for execution.
|
| Loading Accessibility.dll | 17 Dec 2003 20:57 GMT | 4 |
We have overridden CreateAccessibleObject in our Control types and the presence of this override causes the Accessibility.dll to be loaded when the type gets instantiated. This is a huge issue in our deployment scenario, where we want to minimize
|
| The Process Object Issue | 17 Dec 2003 19:10 GMT | 6 |
Question on .Net fundamentals, re: JITing of the Framework Calling Process.GetProcesses() on a HyperThreading (possibly true multiproc) computer running Windows 2000 fails with "Couldn't get process information from remote machine ---> System.ArgumentOutOfRangeException: Ticks must ...
|
| Application memory usage | 17 Dec 2003 01:32 GMT | 1 |
I have an aplication (obviously :)) I look at the Task Manager, memory usage column, and notice the following: First time I start the application, I have around 55.000- 60.000 K. After I minimise the application and restore, the Memory usage drop to
|
| Measuring GDI performance | 16 Dec 2003 17:47 GMT | 1 |
I am in a process of evaluating different third party components in terms of GDI performance. What would be the best way to measure the time it takes to draw the control. The point here is that I do not have the source code for the components and I want to get the performance data ...
|
| Accessibility.dll load issue: | 16 Dec 2003 16:55 GMT | 1 |
I am rephrasing a question, I asked a while back here. I have a Control like this: public class MyControl : Control {
|
| exception when running installutil against System.Diagnostics.PerformanceCounterInstaller | 16 Dec 2003 10:01 GMT | 1 |
When I run installutil against an assembly containing a class which inherits from System.Diagnostics.PerformanceCounterInstaller, I get the following errors: Installing assembly 'c:\...\searchtimertest\gui\bin\searchtimer.dll'.
|
| Why Microsoft doesn't use winforms controls in their applications? | 15 Dec 2003 17:02 GMT | 1 |
It's strange - Microsoft newer use winforms controls in their applications... Performance of winforms is incredible bad! I'm testing all grids written in pure NET and all of them are incredible slow in very simple operations like
|
| Slow ASP.NET Response! | 15 Dec 2003 08:21 GMT | 3 |
I've been having this problem for a few weeks. PLEASE read this post before responding with some simple reason that has nothing to do with my problem. If you need more information, please request it as I'll be checking this post very often.
|