| Thread | Last Post | Replies |
|
| Problems in Connection pooling. Urgent | 30 Aug 2003 13:21 GMT | 1 |
My windows application has a form that needs to display fresh data to the user at short intervals (say every 10 seconds). For this purpose, I have included a timer. On every timer tick, I perform the database related operations to display the result to the user. Note: Multiple ...
|
| .NET ver1.1 application taking too much virtual memory | 29 Aug 2003 18:38 GMT | 4 |
I had a windows forms application that was originally developed using .NET 1.0, it was running fine but lately i decided to move to .NET 1.1 Now the application takes a lot of memory at startup (about 150 MB) compared to 20 MB when running on .NET ver 1.0.
|
| .NET performance vs VC6 performance | 29 Aug 2003 16:50 GMT | 2 |
I am trying to develop a realtime application which will receive massive data from COM port and then process it and store it into database(SQL Server). The data came from Stock Market central, so will expect heavy load traffic in
|
| Static vs. instance Methods | 29 Aug 2003 15:02 GMT | 7 |
I was involved recently in desiging a middle tier class where we essentially need not track the state of the object, hence a class with static methods was preferred. But there were some debate as to whether it made sense to implement it as a singleton.
|
| ASP.NET vs. Windows Forms | 29 Aug 2003 11:45 GMT | 6 |
Anyone know of some general info on the relative performance of apps based on Web Forms vs Windows Forms?
|
| Performance of operator overloading with structs is extremely low. | 29 Aug 2003 05:08 GMT | 5 |
Operator overloading is a nice feature for things like vector and matrix libraries, but I have found that the performance is so low that I can not use it. I have appended a small sample program to illustrate the effect. The
|
| control gets clipped when moved | 29 Aug 2003 00:28 GMT | 1 |
I have peculiar problem. I Used ActiveX[AxHost wrapper] placed around 'n' number of such controls on the UserControl with AutoScroll feature enabled. Now scroll the vertical scrollbar thumb position say some of the controls go beyond the viewable area[above] such that one control[X] ...
|
| Threading and SyncLock Question | 22 Aug 2003 14:34 GMT | 5 |
Let's say I have the following simple class in VB.Net... Public Class MyClass Private m_strSyncLockSave as string = "Save" Private Sub Save
|
| Managed C++ x Native C++ performance | 16 Aug 2003 15:43 GMT | 5 |
Hello!! Please can someone tell me the reason why the following code runs a lot slower in managed C++ than native? Thank you a lot!
|
| ThreadPool limitations | 15 Aug 2003 12:12 GMT | 5 |
I am using Async delegates to make many RPC calls (each of which will take a max of a couple seconds). This seemed acceptable since the threads aren't really doing much on the local machine (the remote machines are doing all the work).
|
| % Time in GC for Dual CPU Machine | 14 Aug 2003 22:25 GMT | 2 |
In a sample web application running on a 2 CPU machine, I have the following Performance Counter values: Average % Processor Time - Total = 67% Average % Processor Time - aspnet_wp = 109%
|
| Multidimentional Arrays ATT: David Notario | 13 Aug 2003 08:53 GMT | 5 |
David, hope you read this.. I wanted to ask you if the next version of the framework changes the way multidimentional arrays are indexed (i.e via method calls and not by calculating positions by an offset)? Is there any particular reason why multidimentional arrays were ...
|
| Porblems with Connection Pooling: Feedback urgently required | 12 Aug 2003 18:21 GMT | 2 |
I have a windows application with a SQL Server database. One of my forms needs to display fresh values from the database at very short intervals and display the same to the user continuously. My application uses a class SqlUtility that handles the interactions with the database. For ...
|
| CLR in Perfmon | 09 Aug 2003 21:10 GMT | 3 |
I noticed that if I monitor .NET CLR Memory, and add '# Bytes in all Heaps' - I usually get 0. Is it broken? How do I see how much memory is allocated by a .Net app? Thanks.
|
| Visual Studio 2003 slow to build | 08 Aug 2003 13:32 GMT | 1 |
I am having an issue with projects that are extremely slow to build when I have a strong name key linked to it. If I take out the key, it build in seconds. But if I leave the key in, it takes anywhere from 35 to a minute to build small projects. It never used to be like this and ...
|