System Manager #1

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

Goal: Initialize and coordinate the overall system

Description: Main process that starts up all other components. Reads config file, creates IPC mechanisms, launches worker processes and alert watcher process, creates threads, handles shutdown.

Tasks:

  • Read and validate config file
  • Create named pipes for SENSOR_PIPE and CONSOLE_PIPE IPC
  • Create worker processes
  • Create Alerts Watcher process
  • Create Sensor Reader and Console Reader threads
  • Create message queue
  • Create Bin Max Heap data structure
  • Create and initialize shared memory
  • Handle SIGINT to shutdown system gracefully
**Goal:** Initialize and coordinate the overall system **Description:** Main process that starts up all other components. Reads config file, creates IPC mechanisms, launches worker processes and alert watcher process, creates threads, handles shutdown. **Tasks:** - [ ] Read and validate config file - [ ] Create named pipes for SENSOR_PIPE and CONSOLE_PIPE IPC - [x] Create worker processes - [ ] Create Alerts Watcher process - [ ] Create Sensor Reader and Console Reader threads - [ ] Create message queue - [x] Create Bin Max Heap data structure - [ ] Create and initialize shared memory - [x] Handle SIGINT to shutdown system gracefully
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#1
No description provided.