I need to do some polling in my application's lifetime. The polling thread must be running only in specific time frames. Instead of creating a new pthread each time, I thought it would be better to ...
First off: This is a class project. I am NOT looking for a complete algorithm to solve my project or any code that solves my problem. I'm looking for a few helpful hints/nudges in the right ...