Free cookie consent management tool by TermsFeed Policy Generator

Opened 16 years ago

Last modified 14 years ago

#347 closed feature request

Message queue for communication between AppDomains and Threads — at Version 2

Reported by: kgrading Owned by: kgrading
Priority: low Milestone: HeuristicLab 3.3.0
Component: Hive.Client.Common Version: 3.2
Keywords: Cc:

Description (last modified by kgrading)

The message queue should be implemented as a List, containing MessageContainer Objects. A MessageContainer Object consists of 2 Parts: The actual Message (will be implemented as a Enumerator called MessageType) and an additional JobId.

The JobId is used for additional identification purposes (e.g. The message is something like GetFinishedJob and the ID would be the the job, that has finished. This required tracking which job runs in which Execution Engine.)

The list should use a synchronization mechanism (e.g. a semaphore) that blocks the core thread, when no more messages are available for processing. Additional locking should not be necessary due to the fact, that there is only one consumer.

Change History (2)

comment:1 Changed 16 years ago by kgrading

  • Status changed from new to assigned

comment:2 Changed 16 years ago by kgrading

  • Description modified (diff)
  • Priority changed from major to minor
Note: See TracTickets for help on using tickets.