|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Threads named __addlocalerefHi, my application use to have more than 20 threads in average named
__addlocaleref in suspended state. Each one of this threads allocates 1MB of memory (I suppose that it is for the thread stack), and threads use to start and die sometimes. Since my application use to have more than 20 of this threads is allocates a lot of memory ... I would like to know what are this threads in order to find a way to limit their creation so I can save some memory. My application is completely managed and it is a socket (async) intensive application. Thanks |
|||||||||||||||||||||||