using blocking queue to implement multi-threaded FIFO execution
摘要:
For some situation, we need to implement a FIFO execution model using multiple threads, like the following watchdog scenario.A postman delivers books to the door from time to time. A puppy (watchdog) ... 阅读全文
posted @ 2009-05-17 13:49 jun 阅读(883) 评论(0) 推荐(0) 编辑