You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has this implementation also therefore increased performance of the periodic tasks? One thing I've noticed with python-can is that a larger number of periodic tasks tends to decrease performance and integrity of each of those messages sending on time. Was just curious if you had done any testing there? I have a use case where I need to have a large number of periodic tasks with counters in each message and timing is critical.
Thanks for creating this!
The text was updated successfully, but these errors were encountered:
No, this library won't help with that. The python-can broadcast manager starts a new thread for each message, this does not scale well. I recommend implementing your own single-threaded broadcast manager.
Hello,
Has this implementation also therefore increased performance of the periodic tasks? One thing I've noticed with python-can is that a larger number of periodic tasks tends to decrease performance and integrity of each of those messages sending on time. Was just curious if you had done any testing there? I have a use case where I need to have a large number of periodic tasks with counters in each message and timing is critical.
Thanks for creating this!
The text was updated successfully, but these errors were encountered: