blah blah blah is here! blah blah » Close

0
votes
6 answers

threading with a timer for each thread

Hi, I have to do multithreading. In my case each thread should run in a specified timer interval given in a database. I tried a sample by storing the data in an xml file and reading them with linq to xml. But it seems all the thread take ...

Feedback