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 ...

1
votes
1 answers

Best way to have live wordcount with large rtf files?

I am working on a text editor that has a label which updates with the current word count whenever the text is changed. Right now if I am editing a large file it takes a long time to count all of the regex matches, which causes typing to be ...

Feedback