Results 1 to 2 of 2
Hi,
I need to develop a class called EVENT MANAGER.
This class should perform all the event handling mechanism.
eg.
1.create a event group : each bit in an flag ...
- 11-13-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 13
event handling in linux
Hi,
I need to develop a class called EVENT MANAGER.
This class should perform all the event handling mechanism.
eg.
1.create a event group : each bit in an flag should represent one event.
2.set flags for eventgroup
3.Wait on specific or all events in a eventgroup
4. Signal one or more events in a eventgroup
I did nto found any linux system call which can be used to create an event group and all above functionalities.
Can we use Signal handling mechanism for implementing this class?or any other way to go for it?
Can anyone guide me for the idea behind the event handling mechanism in linux..or how to implement it..
- 11-19-2008 #2Just Joined!
- Join Date
- Nov 2008
- Posts
- 3
Event Handling
Try using conditional variables...


Reply With Quote