OOA '20 Questions: delayed events

Table of Contents

homepage Forums Executable UML and xtUML Methodology OOA '20 Questions: delayed events

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6290
    Lee Riemenschneider
    Participant

    Method: Event Dispatch (1)

    delayed events

    simultaneous expired timers (delayed events)

    How should simultaneously expired
    delayed events be dispatched?

    [Scenario] Consider a domain with empty event
    queues and 3 pending timers. All 3 delayed events
    are past their expiration time. The first 2 delayed
    events in the queue have the same expiration time.

    #6308
    Lee Riemenschneider
    Participant

    There should be an architecture recommended best practice for handling this, or maybe it could be a part of the model compiler options to handle it.
    It’s probably not a good idea to have multiple threads managing the event queue. ;-)

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.