Comments
Sort by recent activity
. Are there any relevant errors in the system or application event logs? / comments
. Are there any relevant errors in the system or application event logs?
The user events, I thought, related specifically to event in Windows Forms- I don't think it applies to web forms. / comments
The user events, I thought, related specifically to event in Windows Forms- I don't think it applies to web forms.
1) I seem to be only able to test for one user for the website. Obviously I would like to be able to start up a number of ANTS session or profile a number of web browser sessions. How???
You'll need to set up a *seperate* website loading system. the profiler only reports on what is happening to the process that is being profiled- it doesn't stress the website.
2) From your profiler I can see how much memory is being used ie 32-64mb. However to date I have not discovered a way of finding out the amount of memory that IIS is making available to my session. So 5 64MB sessions might cause a problem if only 300MB is available, but if there is 1 GB then less of a problem. With the former value I can imagine the problem even with no memory leakage so the problem is with the IIS Shared Hosting setup. This is a really important point IMHO. How??
I'm sorry , I don't understand enough about IIS to know this.
3) Is it possible to test against a remote server as opposed to localhost? I have not dared to try since the profiler seems to stop and restart the web process.
No, you have to run the profiler on the same machine as the process you are profiling, sorry. / comments
1) I seem to be only able to test for one user for the website. Obviously I would like to be able to start up a number of ANTS session or profile a number of web browser sessions. How???
You'l...
In answer to your question, yes.
A weak reference, is a reference that isn't strong enough to force an object to remain in memory. Weak references allow you to leverage the garbage collector's ability to determine reachability for you, so you don't have to do it yourself.
To get a definitive answer you'd have to look into exactly how GC works in .net. In theory weak references can be cleared up at any time.
You're highly unlikely to encounter a memory leak due to weak references, but calling dispose on the objects should eliminate them anyway. For more information, I suppose you could look at these articles: http://dotnet.dzone.com/news/net-weakre ... -knows-bes http://msdn.microsoft.com/en-us/library/ms973837.aspx / comments
In answer to your question, yes.
A weak reference, is a reference that isn't strong enough to force an object to remain in memory. Weak references allow you to leverage the garbage collector's abil...
The ordering is determined by the column sorting (on the right). / comments
The ordering is determined by the column sorting (on the right).
Try: http://downloads.red-gate.com//EAP/ANTS ... .0.877.exe
You can then see (when you click on each method) exactly when they get profiled in the timeline as it shows up in green. / comments
Try:http://downloads.red-gate.com//EAP/ANTS ... .0.877.exe
You can then see (when you click on each method) exactly when they get profiled in the timeline as it shows up in green.
I’m not sure how you're determining the function order. ANTS doesn’t usually record it, unless you use something like the user events DLL. / comments
I’m not sure how you're determining the function order. ANTS doesn’t usually record it, unless you use something like the user events DLL.
This has been assigned SP-2939
I will ask the team if there is a possibility of a quick patch fix. / comments
This has been assigned SP-2939
I will ask the team if there is a possibility of a quick patch fix.
Thanks and sorry about this - I will raise a bug report / comments
Thanks and sorry about this - I will raise a bug report
Can you try this now please: ftp://support.red-gate.com/patches/SQL_ ... 107452.exe / comments
Can you try this now please:ftp://support.red-gate.com/patches/SQL_ ... 107452.exe