hey guys,

I have a application which processes 1000's datas.. for each processing it needs to update gui and db and many variables in my application. So what i have planned is to use 50~90 background worker with my own algorithm of thread pool, synchronization and thread close...

So here is it efficient in terms of memory and performance.... just confused what to use.. backgroundworker componenet or standard thread..