Click here to Skip to main content
Click here to Skip to main content

CObjBroker - Limited Resource Broker class

By , 8 Aug 2002
 

Sample Image - demo.gif

Introduction

Sometimes we have multithreaded scenarios and always the problem is in concurrently accessing the same resource in two threads or more. So, common solution is each resource has a lock synchronization object. But it's not good if resources to be managed are many. How about safe resource manager from threads?

Object Broker

CObjBroker is manager class to distribute limited resources to threads. Surely CObjBro have to be thread-safe. (and I hope it is) See below:

About Demo

In demo, there are two resources called 'bro1' and 'bro2' who is poor programmer ( it's me.. ) and a third thread called 'project manager' who wants to get 'bro'. 'pm1' and 'pm2 get 'bro', and keep 'bro' working until 'bro' is tired. If 'bro' is tired then release 'bro'. Last, 3rd 'pm' is good 'pm'. He gets 'bro', then he lets 'bro' rest. If 'bro' is afresh, then release for other worker 'pm's.

CBroBroker is driven from CObjBroker. And he manages 'bro's with std::list. Demo code is easy to read, so you can get an idea from CObjBroker.

I hope it helps you too. And I want your good advice and suggestion!

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Cho, Kyung-min
Software Developer
Korea (Republic Of) Korea (Republic Of)
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
Generalexcellent job!membermatrixnull22 Jan '10 - 17:10 
excellent job!

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130523.1 | Last Updated 9 Aug 2002
Article Copyright 2002 by Cho, Kyung-min
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid