Find the answer to your Linux question:
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 ...
  1. #1
    Just 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..

  2. #2
    Just Joined!
    Join Date
    Nov 2008
    Posts
    3

    Event Handling

    Try using conditional variables...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...