Project

General

Profile

Actions

Improvement #12479

open

Improvement #12501: Improvements in admx ingestion support feature

Improve File Handling by Reading on Demand Instead of Storing in a Map in Custom Ingestion ADMX

Added by Thilina Sandaruwan 13 days ago. Updated 4 days ago.

Status:
New
Priority:
None
Start date:
29/01/2025
Due date:
% Done:

0%

Estimated time:
Device Type:
Windows
Component:
Device Management
Type:
Windows

Description

Description:
Currently, files are being saved in maps (ingestionDocs, convertedDocs) for later use. These maps are used when sending the ingestion ADMX file content to the device, but only for a one-time use. This approach could be improved by reading the required file only when needed, instead of storing it in memory. This change would optimize memory usage and improve performance, especially when handling a large number of files.

Steps:
  1. Implement functionality to read the file only when required, instead of saving it in a map.
  2. Remove the current file storage mechanism in these two maps.
  3. Ensure that the reading process is efficient and does not impact performance or functionality.
Impact:
  • Reduction in memory usage.
  • Potential performance improvement by loading files only when necessary.
Actions #1

Updated by Thilina Sandaruwan 13 days ago

  • Tracker changed from New Feature to Improvement
Actions #2

Updated by Thilina Sandaruwan 11 days ago

  • Parent task set to #12501
Actions

Also available in: Atom PDF