R

Hi all,< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

   we  are facing a problem of performance issue in our project.

   we are using C#,asp.net 2.0 and sql server 2005

   here is the list of major implementation which we have done in our project.

   1. Language implementation using Hashtable for whole project.

      We have implemented singleton class for this process.

   2. A page contains 13 user controls.

   3. A page contains approx 40 select queries to be performed

   4. In few places we have implemented ICALLBACK.

  We have checked in Memory profiler also It show after loading it shows morethan 1 lac live objects have been used.

   The Problem is on a particular page if we keep on refresh(5 to 10 times simultaneously) the page for a single instance the CPU status become 100% utilization. So if the other users trying to login to the system it takes more time.

  Kindly suggests what are the steps we need to take.

 Thanks

Gomaz

 

 




Answer this question

R

  • GeeMann

    ASP.NET related questions should be posted here:

    http://forums.asp.net

    where the guru's over there will be able to help you on this, but please do post code when creating a topic.

    Thanks



  • Jeff Williams

    ok , thanks

  • R