Console Reader #3

Open
opened 2023-09-23 18:27:04 +00:00 by AndreFerreira5 · 0 comments
AndreFerreira5 commented 2023-09-23 18:27:04 +00:00 (Migrated from github.com)

Goal: Receive commands from User Console processes and add to INTERNAL_QUEUE

Description: Thread that reads commands arriving from User Console processes via the CONSOLE_PIPE and adds tasks to the INTERNAL_QUEUE for the Dispatcher.

Tasks:

  • Read data from CONSOLE_PIPE
  • Add new task to INTERNAL_QUEUE with console ID, command and arguments
  • Block if queue is full until space is available
**Goal:** Receive commands from User Console processes and add to INTERNAL_QUEUE **Description:** Thread that reads commands arriving from User Console processes via the CONSOLE_PIPE and adds tasks to the INTERNAL_QUEUE for the Dispatcher. Tasks: - [ ] Read data from CONSOLE_PIPE - [ ] Add new task to INTERNAL_QUEUE with console ID, command and arguments - [ ] Block if queue is full until space is available
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AndreFerreira5/iot-system-sim#3
No description provided.