| Allocation profiler and unmanaged types (4 replies) |
| microsoft.public.dotnet.framework.performance |
| Hi, I need similiar tool like Allocation Profiler but that will check also unmanaged code allocations (my projects consists of managed and unmanaged code). Is there something like this? Regards, mircu |
|
| Forcing a Large Object Heap allocation. (6 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| Does anyone know if it is possible to force a small object to be allocated on the Large Object Heap (LOH)? Thanks, Frank |
|
| Is there a Wishlist for CLRProfiler? (5 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| I have a few ideas on improvements to CLRProfiler and need to know where to send them. |
|
| CLRProfiler, PerfMon, and Private Bytes (2 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| Can someone from the CLRProfiler team respond to this? I need to verify that if I am running a Windows Service with the CLRProfiler attached, that a growth in Private Bytes for the Windows Service process could be due to the profiler. |
|
| .NET Client calling Java webservices. Slow Performance (2 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| Hi All, I am having performance issues with the .NET client calling the Java Webservice running on axis. Have detailed the problem below. Please help. I wrote a webservice in Java. Lets name this WebService1. (using Apache Axis 1.1) Scenario 1: I have a VB.NET code exposed as COM. Lets call it VBNETCOM. I added a webreference to my Webservice1 from VBNETCOM (using Visual Studio.NET 2003). So in my... |
|
| Why does my drag slowly? (6 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| I posted this earlier in the framework.windowsforms newsgroup, but in light of our deadline and the fact that this is very likely a performance related issue, I'm looking for clues here as to what may be possible causes for slow window dragging. Our app is a skinned app, and until recently had no issues being dragged around the screen. We've used any number of methods for dragging (currently using... |
|
| Pentium 4 Performance and .net Performance counters (2 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| I am trying to measure the performance counters of the Pentium 4 processors. There are about 18 performance counters that could be measure. In the .Net framework the Class called Performance counter is used to measure the various processor object attributes. Now my question is inorder to know which exact performance counter of pentium 4 is mapped to that of the .net processor attribute. Where can ... |
|
| Accuracy of DevPartner Profiler's execution time measurements (2 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| I usually just look at the percentages since that easily identifies relative bottlenecks. However, I recently looked at the measured average execution times to try to determine the amount of time spent in .NET code as opposed to other processes in the call chain (in my case COM applications and the database). I am using DevPartner Community Edition, so I can't profile more than just the ASP.NET wo... |
|
| App memory problem when order of operations is large (4 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| Hi, I have an application which creates and discards a large number of small objects which contain other small objects like strings or collections as members. When this application performs some looping operation for about 100 200 times, every thing works fine. But when it has to do the same operation around 10000 times or more, it starts behaving normally but starts consuming more and more memory... |
|
| Accuracy of DevPartner Profiler's execution time measurements (2 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| I usually just look at the percentages since that easily identifies relative bottlenecks. However, I recently looked at the measured average execution times to try to determine the amount of time spent in .NET code as opposed to other processes in the call chain (in my case COM applications and the database). I am using DevPartner Community Edition, so I can't profile more than just the ASP.NET wo... |
|
| Thread pool and HTTPRequest (3 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| Hi, I'm trying to use the .Net httpWebRequest objects to make asynch calls. I'm creating a crawler and I'm hoping to increase performance. Initially I was running into thread pooling issues but was able to find a way to increase the default 25 threads. This has partially solved my problem. Now, my problem is that I get better performance going through a proxy server than a direct connection. The b... |
|
| Load Balancing (4 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| All, This is probably the wrong forum, but I cannot find a general web environment design/scaling newsgroup. We are needing a load balancing solution for our SSL servers. We have been using a DNS round robin for the regular sites and it's a cheap way to accomplish load balancing. Since SSL certificates are installed on each machine tied to the secure domain, round robin DNS doesn't work. We've loo... |
|
| Fine tuning register use with C# ? (5 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| Hi all. I'm trying to optimize a tight loop which is inside a drawing routine. It's written in C#, and the loop itself is in an unsafe block. As I'm working on pixels, I have declared a struct: public struct RGB { public byte B; public byte G; public byte R; } ....And I'm working through the pixels of a bitmap through the use of a pointer, like this (I'll skip the stride details for clarity) : RGB... |
|
| Best way To Reference Shared Assembly? (6 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| Hi, I've built an assembly that's going to be deployed to the global assembly cache of a few servers and I'm wondering what the best way to reference it is? I've deployed the assembly to my local machine's GAC and currently reference it in an app's web.config file within the compilation\assemblies element. Is it better to add a section name handler for the assembly's type/namespace within the mach... |
|
| Performance for lots of assemblies (3 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| We are developing a large application using C#.NET. We are in the process of re working the assembly breakdown. Given certian maintenance constraints, the number of assemblies could become quite large. We were wondering if there are any performance considerations involved with creating an application with many assemblies. 200 300 Assemblies is well within the operating parameters (not all of these... |
|
| MsWord VBA Client To Com Server To .Net Remoting - UnFamiliarType err (2 replies) |
| microsoft.public.dotnet.framework.performance |
| Hi, we have Ms Word XP, we have to automate word to start a C# application. we coded a C# dll as a COM server and the COM Server calls to the server application .Net written with remoting over tcp. we managed to do that and it works great until we are returning from the tcp server our searilized object. we succeedded returnng that specific object to a standard C# remoting client, but I DON'T KNOW ... |
|
| SmartNavigation = True But Flickers! (3 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| Hi, I have developed an ASP.NET application. I placed SmartNavigation True. Even then, when I browse my .aspx page, it is flickering. I am using IE 6.0 Can anyone explain me?? Ever Loving, Marketta |
|
| What VisualStudio.NET Edition do I Need ? (2 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| Hi All, We want to develope Windows and Web .NET application on Oracle 9i on AIX. Also we will use Crystal Report for reporting. I have question about the what Visual Studio.NET edition do we need to purchase. 1) For our requirement above (.NET Data Provider for Oracle and Crystal Report), is Profesional Edition enough ? Or should I go to Enterprise Developer ? 2) When do I realy need VStudio.Net ... |
|
| 2GB virtual memory for each process? (2 replies) |
| microsoft.public.dotnet.framework.performance |
| Hello all, for my image processing application I need a large amount of virtual memory. I read, that it is normaly possible to get 2GB of virtual memory for each process and when you modify the boot.ini file it should be possible to get 3GB vitual memory for one process. I have tried to allocate nearly 2GB in my application, but I receive the SystemOutOfMemory Exception. It is only possible to all... |
|
| Interested in trading ? (3 replies) |
| microsoft.public.dotnet.framework.performance |
| Hi group I have one ebook for (ebook) 70 315 MCSD MCAD Develop & Implement Web Apps with C#.pdf (www.correctexams.com) And ebook for O'Reilly Programming C# 2nd Edition.pdf In return of that I want Amit Kalani's book and Microsoft MCAD/MCSD Self Started Kit. We can work it out. Anyone interested then mail me on booktrader555@yahoo.com Thanks Mark |
|
| CPU Racing w/ Idle App (4 replies) |
| microsoft.public.dotnet.framework.performance |
| (longish message, but I appreciate ANY insight) We have a .NET 1.1 Winforms application that recently started to exhibit some odd behavior. Specifically, after sitting idle for a while ( 30 minutes), the user's CPU starts getting hammered. Here's some background info: First, it's a desktop app that connects to a SQL Server 2000 instance to query some read only data. Sometimes that SQL Server insta... |
|
| SQL 2000 SERVER, MULTIUSER ENVIRONMENT AND RECORD LOCKING (2 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| (Type your message here) From: Rashid Khan we are in progress to developint MIS System using sql 2000 server with .net application, please let me know the multiuser envioronment and record locking, sql200 / net can control this. thanks. Posted by a user from .Net Guru (http://www.dot-net-guru.com/) Id wAjCGsqmuEyiG3Atj/Dgnw /Id |
|
| Memory usage problem (3 replies) |
| microsoft.public.dotnet.framework.performance |
| I have a program with a couple datasets and a minimum number of controls. The main form is a MDI container. The problem is that when the program loads the memory in the working set shows 49 MB. If I minimize the application and then restore it the usage drops to 9 or 10 MB. I have tried everything to get the same result without ticking off a user by minimizing and restoring evertime something happ... |
|
| Multiple TTOrderSets (3 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| (Type your message here) From: Rahul Saxena hi! I am using TTAPI, to connect to 4 instruments at a single time, for this purpose I am using an array of 4 InstrObjs. I need to access the PL of each of these instruments, so I have created 4 ordersets one for every TTinstrument Object. However when I get a callback I try to display the PL and Net Position, the PL does not come out to be correct and t... |
|
| Has anybody succesfully used VB.NET on Oracle on UNIX ? (12 replies, VIP) |
| microsoft.public.dotnet.framework.performance |
| Hi All, Our client has just decided to migrate from SQLServer2k to Oracle 9i on AIX. We are considering what development tool / language as the application/ front end platform. We almost decide to use VB.NET, because current skill is VB 6. Its just more like human resources application and reporting with distributed database. The question is : is there any problem if the UI platform is .NET and th... |
|