-
Posted to
Performance
by
hbusto
on
01-30-2009, 6:47 PM
Thanks for the guide. I found very good, it helped me so much in the part of application pool recycling, I apply fixed recycle at non labour hours and was excelent. I also applied to log app pool recycle. Thanks so much for your work, it was really helpful.
Hector Busto.
-
Posted to
Performance
by
hbusto
on
11-27-2008, 3:51 PM
Hi, about the max number of connection that can be allowed in the pool, is 100.
Check this:
http://msdn.microsoft.com/en-us/library/ms254502.aspx
Hope this helps.
-
Posted to
Troubleshooting
by
hbusto
on
11-26-2008, 6:01 PM
Thank you Rovastar.
I'm checking the code, if the component is showing performance problems, could it be due to the call order of components in iframes?
Any help would be great, thanks.
-
Posted to
Troubleshooting
by
hbusto
on
11-22-2008, 11:50 AM
Then I must use DebugDiagTool? How can I monitor w3wp.exe, with rules for the PID?
Thanks for the advice
-
Posted to
Troubleshooting
by
hbusto
on
11-21-2008, 1:25 PM
Hi to all:
I know that Application Pools are used for security issues and application isolation.
In a web application ocassionaly I have problems with a component, actually in the configuration (IIS 6.0) I have the web garden with Worker Proccess = 1. If I change this value to 2 or 3, it could help to isolate the component, may be in a ...