Application slow down

  • Thread starter Thread starter Anders N. Schultz
  • Start date Start date
A

Anders N. Schultz

Hi there.

I have written a kiosk application in C# where the user can browse the
internet amongst other things.

When there has been no user activity for a while (e.g. half an hour) the
application seems to slow down and responds slowly to the next user.

I was wondering if anybody has an idea as to what could be the reason for
this.

Thanks,

Anders Schultz
 
Anders said:
I have written a kiosk application in C# where the user can browse the
internet amongst other things.

When there has been no user activity for a while (e.g. half an hour) the
application seems to slow down and responds slowly to the next user.

Does it speed up after it is used again? Did you check
hardware features like power saving? Try watching
memory and CPU usage with the performance monitor
to see if anything unusual happens and when.
 
Back
Top