Related to threads?
Related to threads?
I have a multi-thread program, which invokes 3 threads. Among them, one in turn need to wait till it gets input from an external driver(Barcode scanner). But as the other threads will be invoked in the meantime, this thread not able to grab the control when the Barcode is finally scanned. Is there a mechanism to make a thread wait at one point for a particular period of time?
Under Forum

1 Comment for Related to threads?
1. Mn | February 15th, 2011 at 9:52 am
both mutex and monitor classes can help. Look them over
Leave a Comment for Related to threads?
You must be logged in to post a comment.
Trackback this post | Subscribe to the comments via RSS Feed