| Thread | Last Post | Replies |
|
| Socket Performanve vs Direct communication | 24 Jul 2006 05:50 GMT | 1 |
While performance/stress testing my application (a COM+ Server component) we drive the transaction to the component via a Socket Server app, listening to a port and passing the incomming transactions to the COM+ application. The Socket App then returns the response back
|
| Profiling and inlining | 21 Jul 2006 19:41 GMT | 10 |
Does anyone know of a profiler which will allow me to analyze the performance of jit'ed assemblies taking into account optimization like inlining? I've tried the profiler built in to Visual Studio 2005 and I've tried
|
| good tool for dev stress testing | 21 Jul 2006 01:46 GMT | 3 |
What's a good tool for some casual stress test on an ASP.NET app ? Something like hit the site with a certain query string every ten secs from 100 simulated clients. I'm not interested so much in performance counters as I am in seeing if various exceptions are thrown.
|
| Appending To Large Files vs. Appending To Small Files ? | 19 Jul 2006 18:57 GMT | 1 |
In the code below: Me._logWriter = New StreamWriter(File.Open(Me._path, FileMode.Append, FileAccess.Write, FileShare.Read)) Will the size of the file at Me._path have any impact on how long it
|
| No Realease Mode!! | 18 Jul 2006 15:46 GMT | 9 |
So my Visual Studio at home as the option to run and compile in realease mode. I come to work and start talking about release mode only to find the VS at work doesnt even have the pulldown and its not an option in the confguration manager!
|
| any one know any good free performance tools ... | 15 Jul 2006 22:51 GMT | 2 |
to use with asp.net 2.0? Thanks!
|
| performance of xml serilisation | 14 Jul 2006 11:57 GMT | 6 |
I am developing an object oriented asp.net application and am looking at serialising some of the object trees into the cache and asp.net session using the capabilities of System.Xml.Serialization to minimise hits on the database. I just wanted to know if anyone had any feedback ...
|
| refresh performance in datagrid - big problem | 12 Jul 2006 08:55 GMT | 1 |
I have a problem with the refresh performance in datagrid – when datagrid is being shown it is so slow that I can see one by one cells is drawn -datagrid contains about 35x40 of cells - they are generated through the
|
| Total time spent in JIT and much more | 10 Jul 2006 11:13 GMT | 2 |
I have a weird problem with an ASP.NET application which uses Crystal Reports. Sometimes (I hate this), when the ASP.NET application attempts to generate a report, the number of threads of the w3wp increases dramatically and then comes to a stop (probably because the thread pool ...
|
| .net 2003 vs vc6 performance | 09 Jul 2006 16:09 GMT | 21 |
i wrote an assembly in .net 2003. my requirement needs me to make an application with faster processing speed. will writing the assembly in COM VC6 be faster? ive known a few people claiming that applications in vc++6 are faster than those in .net. wot say?
|
| HttpWebRequest.GetRequestStream times out | 07 Jul 2006 09:28 GMT | 5 |
Hope this is the right group to post to. If not, please let me know where to post. I'm having a problem doing an HTTP POST to my payment provider during load. During days with low load, no errors occur.
|
| Memory rises | 06 Jul 2006 20:20 GMT | 2 |
i have a .net-Projekt with one Main-Form(form1). There is a Button on the Main-Form. When the Button is press, a new Formular-window(form2) are opening. Then I close the window form2 and open it again. I repeat
|
| Listview flickering and performance problem | 05 Jul 2006 22:32 GMT | 3 |
I have made a derived Listview which can accept the controls as items in it. Controls that we are using are Buttons in each row and implemented Grouping with the help of controls(label on panel) . Coz Inbuilt listview Grouping not supported in OS like window 98.
|
| RSACryptoServiceProvider.VerifyData hanging | 05 Jul 2006 22:26 GMT | 1 |
I have found that RSACryptoServiceProvider.VerifyData sometimes hangs for several (typically 6 or more) seconds. This is very irritating since a component that I am using makes this call every time a form in my application opens. The entire application freezes. Obviously it makes ...
|
| Memory cleanup differences | 03 Jul 2006 15:15 GMT | 10 |
I have a simple profiler I am using for our new application written in C# to support .NET remoted objects as well as web services. The business logic objects is all the same but when I profile the .NET remoted execuable, the profiler is claiming that I am releasing all objects ...
|