Heron-Repositories / Heron

A python only framework for connecting hardware and closing loops
MIT License
53 stars 6 forks source link

Optimise the logging of the com processes #17

Open georgedimitriadis opened 5 months ago

georgedimitriadis commented 5 months ago

The com processes use a python logger to save packet info that comes into them and out of them. This is ok for debugging but slows down heavy data Nodes.

We should implement a system like the savestate of the worker process also in the com (or maybe twick the savestate to be usable by the com processes too) and keep the logger for debugging.