| Thread | Last Post | Replies |
|
| Memory loss as shown in TaskManager | 01 Jun 2005 00:11 GMT | 3 |
We are seeing odd behavoir in memory usage with .NET Framework 1.1. On startup the memory used as reported by TaskManger climbs to over 90mb. If you minimize the App the memory drops drastically then upon Restore it comes back to a more reasonable level (about 20mb) but starts to ...
|
| Possible to throttle WinForm application CPU usage? | 25 May 2005 02:50 GMT | 5 |
I have a long-running process that I need to run on a client's server, and they keep having to reboot because the application is eating up too many server resources. Is there any way to throttle the CPU usage on the application to only
|
| Performance issue with client server application | 25 May 2005 02:27 GMT | 3 |
We have a typical client server windows application written in C#. The ADO .Net provider(third party, not microsoft) resides on the client workstation and communicates to the database server over the network. Data
|
| httpcontext.current.application["tag"] VS Configuration.Appsetting | 25 May 2005 01:55 GMT | 3 |
i just want to know which approach is the best.. i frequently access some variable informations.. i have virtualdirectory (hosted remoting in IIS) i have appsettings.. keys and values
|
| detecting Memory leaks | 22 May 2005 17:45 GMT | 2 |
I have a web app that has some memory leaks. In the .aspx.vb modules I use... Dim objInfo As ProcessInfo = ProcessModelInfo.GetCurrentProcessInfo and then interrogate PeakMemoryUsed and this helps. However, I have some business
|
| System.Resources.ResourceManager GetString | 20 May 2005 15:51 GMT | 3 |
I have a method that uses the GetString method from the ResourceManager as shown in the following code snippet below. ------ System.Resources.ResourceManager rm = new
|
| aspnet_wp.exe | 19 May 2005 20:09 GMT | 1 |
(Type your message here) when i run a project, which pulls data from DB2/AS400 and creates an xml file and then passes to a crystalreport to export to pdf, the aspnet_wp.exe process is using my 99 % oa CPU. it pull a bulk amount of data and the size of the xml file is more than 5 ...
|
| Need Help on Performance Testing | 19 May 2005 19:56 GMT | 1 |
I would like to simulate the Client/Server Desktop application for 100 users. I would like to know that which tool is ideal to test the same. I would appreciate, if anybody can guide me on this for the same as soon as possible. Below I am giving our Environment. OS:- Windows ...
|
| why Socket is faster than TcpClient? | 19 May 2005 07:27 GMT | 3 |
i had a problem whom i do not know how to explain. i was using a TcpClient (System.Net.Sockets.TcpClient) object to send and receive data to an AS400 socket. Two months ago it started to work slowly, about 4 seconds between send and receive. In our production environment with
|
| Private variable not set in Transacted Class | 18 May 2005 08:07 GMT | 1 |
I declare a private variable of type string in a Transacted Class whenever I use it to save some string it always have the nothing or not initialize I tried it to initialize in the constructor but result is the same code is given below Imports System Imports System.Data Imports ...
|
| concurrency/perf problem? | 14 May 2005 01:39 GMT | 2 |
I have the following code which is running in every Page_Load of my ASP.Net app. It basically will add rows to a table upto MAX_CACHED_ITEMS and then will flush all the cached items to the database.
|
| Problem: OutOfMemoryException thrown | 11 May 2005 08:10 GMT | 5 |
I have a process which is running a remoting object. This object reads messages from a MSMQ queue. Each message is a dataset and it is stored in a Oracle10 Database. (Messages in the queue are stored as strings)
|
| Randomly IIS locks up the web application | 08 May 2005 02:53 GMT | 1 |
I have searched around and could not find any solution for my problem. I realize the once in a while or when I upload some upgraded dll and I refresh the screen, I get a NullReference Exception on my web application. I dont think it is anything directed to my code, beucase I
|
| Why MC++ is faster then C# ? | 06 May 2005 16:35 GMT | 28 |
I made some benchmarks and MC++ is much faster then C#. They should be compiled to the same TYPE of code and therefore their performance should be +- equal. Can sombody explain me this thing ? --
|
| Moving large media files over the internet securily | 04 May 2005 07:57 GMT | 5 |
I need to be able to move large media files avi, wmv over the internet from a server to client machines. The files sizes I am looking at is ~300mbtes raw and ~200mbtes compressed. If steaming is not an option for security reasons, what is best technology for moving these large ...
|