Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
General Web Performance Issues
posted

A few months back we created a user dashboard and added it to our webpage with a number of charts and gauges, each wrapped by a webpart.  we started with 2007v1 and have subsequently upgraded to 2007v3 and now are on 2008v1.  Since rolling this feature out we have experienced general instability with IIS.  It seems as though periodically the worker process just locks up hard, and we have to recycle it.  Our theory is that there must be a memory leak somewhere in our dashboard controls that is causing this to happen.

Each of the gauges and dials on the page load based on information from the users session.  There are about 8 of them that load each time the user logs in.  Are there any general "best practices" we should be following in dealing with the infragistics gauge and chart controls?  I am wondering if there is something we should be manually disposing after we are finished rendering the page to free up resources.

 Any information you can give on best practices for implimenting these controls on a framework 3.5 website would be appreciated.  Thusfar we have been unable to track down the source of the lockups and have been forced to resort to recycling the IIS worker process periodically, but that in itself causes various undesirable results.

 

Thanks

Parents Reply Children
No Data