InterviewSolution
Saved Bookmarks
| 1. |
How Can I Trace Whether The Application Has A Thread Leak? |
|
Answer» If an application has THREAD leak then with time it will have too many unused threads. Try to find out what type of threads is leaking out. This can be done using following ways
If an application has thread leak then with time it will have too many unused threads. Try to find out what type of threads is leaking out. This can be done using following ways |
|