G
Guest
I'm developing an application that makes a lot of assyncronous things. I
always use the methods BeginXXX and EndXXX when they are available or
BeginInvoke and EndInvoke when they are not available. I never use the
Thread.Start() method.
What happens is that the number of threads shown in Task Manager grows up
and after some days there are thousands of threads. I can't find a reason for
this behaviour. Could anyone help me?
always use the methods BeginXXX and EndXXX when they are available or
BeginInvoke and EndInvoke when they are not available. I never use the
Thread.Start() method.
What happens is that the number of threads shown in Task Manager grows up
and after some days there are thousands of threads. I can't find a reason for
this behaviour. Could anyone help me?