Click here to Skip to main content
15,904,153 members
Articles / Desktop Programming / Win32

Use Command Pattern for Handling Queued Jobs in a Multi-threaded Environment

Rate me:
Please Sign up or sign in to vote.
1.62/5 (7 votes)
19 Nov 2008CPOL3 min read 42.5K   370   23  
This is an article on how to use command pattern in a multi-threaded environment where jobs are queued for execution. With this, the thread scheduling using basic synchonizing methods, semaphores and mutex is also described.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
Canada Canada
Prasad Perera is a software developer who's interested in parallel and distributed computing and graphics programming!

Currently he is following his masters in Concordia University, Montreal.

Comments and Discussions