It\'s helpful to name threads so one can sort out which threads are doing what for diagnostic and debugging purposes.
Is there a particular naming convention for thr
What about:
[namespace].[Class][.Class...].[Method][current thread]?
So you have the names:
Biz.Caching.ExpireDeadItems1 Biz.Caching.ExpireDeadItems2 Biz.Caching.ExpireDeadItems3
etc., for each thread.