T
TS
I have an application that is in production and every so often, i am told it
becomes slow and nearly unresponsive, so they have to reboot it, then it
works fine. I am wondering what the problem is. i imagine the code has a
memory leak somewhere. i can't confirm that a lot of memory is used up on
the system as i have never seen the system in this state; all i know is the
slow and non-responsiveness.
I know for mem problems you usually look towards unmanaged objects like
files being opened. Is there any other thing i can do to figure out what is
going on? free third party produts?
ALSO:
I notice when i leave my computer on and VS.net open, the next day or so,
when i come in to work on my machine, i notice it very slow and when i build
a project, it takes about 20 seconds that normally takes 1 second. I'm
wondering are these 2 issues related? Is it a .net thing?
thanks
becomes slow and nearly unresponsive, so they have to reboot it, then it
works fine. I am wondering what the problem is. i imagine the code has a
memory leak somewhere. i can't confirm that a lot of memory is used up on
the system as i have never seen the system in this state; all i know is the
slow and non-responsiveness.
I know for mem problems you usually look towards unmanaged objects like
files being opened. Is there any other thing i can do to figure out what is
going on? free third party produts?
ALSO:
I notice when i leave my computer on and VS.net open, the next day or so,
when i come in to work on my machine, i notice it very slow and when i build
a project, it takes about 20 seconds that normally takes 1 second. I'm
wondering are these 2 issues related? Is it a .net thing?
thanks