| Thread | Last Post | Replies |
|
| problem in multi-user asp.net | 31 Oct 2005 14:58 GMT | 1 |
I am developing one Portfolio Management application where there is single database shared by all the traders. I have developed web-based application for this. I want to make this multiuser application.
|
| General performance problems | 29 Oct 2005 07:17 GMT | 2 |
I'm writing an application for a client. This is not rocket science. The program simply reads a couple of dbs and then does some updates based on (relatively) simple rules. However we seem to have a major performance problem (and things seem to be slowing down).
|
| DataReader vs DataSet Performance. | 29 Oct 2005 06:42 GMT | 4 |
I am about to start development on a new framework, and contemplating whether to use datareader to create objects or to use DataSets to create object. For a test scenario i created two classes , with each having 8
|
| Performance of VS 2005 RC | 27 Oct 2005 08:26 GMT | 7 |
I am building the application which is writes in C# and needs goog performance. I optimalize it in the .NET Framework .NET 1.1. Then I am start using of .NET beta Framework 2.0 beta 1, than beta 2 and now Release canditate.
|
| smart client performance test | 27 Oct 2005 00:51 GMT | 1 |
I'm building a smart client application which uses Web services. I'd like to perform load and stress tests on the application. I need to measure performance under varying user load conditions. I can't seem to find a tool similar to Application Center Test that I can use to ...
|
| Slow Exe Launch for all but One User | 20 Oct 2005 20:19 GMT | 2 |
I'm having a difficult time explaining the following behavior: A. User1 launches EXE (default "Hellow World!" C++.NET Console App) from a Command Line on Computer1 and "Hello World!" is returned almost immediately. B. User1 launches same EXE from Command Line on Computer2 and ...
|
| WinForms performance problems on small number of systems | 19 Oct 2005 15:43 GMT | 2 |
I have a WinForms application that is running into performance problems in a small number of end user systems. Problems are related to startup speed, and several grid related operations using a grid component. The user system is fast (2.0 GHz) and I have no performance problems on ...
|
| Performance test and Cache | 19 Oct 2005 15:19 GMT | 2 |
We are developed an ASP.NET web application that has just one ASPX page and loads different user control depending on the Context and user's access rights. We are using ACT to perform stress test and here is the issue:
|
| TimeSpan(startTicks - EndTicks).TotalMiliseconds returns 0 ??? | 19 Oct 2005 08:41 GMT | 2 |
I was testing a quicksort algorithm. long startTime = DateTime.Now.Ticks; //ticks before sorting begins q_sort( 0, mElements.Length-1 ); TimeSpan tp =new TimeSpan((DateTime.Now.Ticks - startTime)); //difference of
|
| Performance Problem with AppDomains | 17 Oct 2005 11:14 GMT | 17 |
I'm experiencing this problem I have a class in an assembly with a single method PerformCalcs() If I load the assembly in the main AppDomain and call PerformCalcs() the execution time is aboput 10ms.
|
| Compact Framework Read Performance | 17 Oct 2005 03:17 GMT | 5 |
I was talking to a PDC representative about my file read performance and how if I am reading a file in small chunks, it really seems slow and the Microsoft representative told me to post a sample. If I use a memory buffer, the performance is acceptable on my Pocket PC, but
|
| Un-buffered file performance .net 1.1 | 13 Oct 2005 08:17 GMT | 3 |
Recently I ran across this article http://arxiv.org/ftp/cs/papers/0502/0502012.pdf by Peter Kukol and Jim Gray that gave me a taste of the performance offered by un-buffered file IO. The method outlined requires SafeFileHandle which is only in .net 2 which my
|
| invalid viewstate with application center test | 10 Oct 2005 15:27 GMT | 4 |
I'm trying to run volume testing on a .NET site using ACT. We modified the script per MSDN article (parse the response/encode view state manually). I still get authentication failed - invalid viewstate messages. Any suggestions?
|
| SystemMonitor ActiveX control and custom performance counters | 07 Oct 2005 18:20 GMT | 1 |
I have the SystemMonitor ActiveX control on a form and I try to register a custom performance counter. I expect that after registering the counter with the OS, the user would be able to add it through this System Monitor ActiveX control on the form. Yet, the Add dialog of this ...
|
| Performance cost of custom counters | 07 Oct 2005 17:55 GMT | 2 |
Is there any general guidance concerning the cost of using custom counters? My experiments show the overhead to be extremely low, but they may be distorted by JIT optimization or caching or... Are there any existing published guidelines on this subject?
|