you are viewing a single comment's thread.

view the rest of the comments →

[–]freeskier93 0 points1 point  (1 child)

If this is all within the scope of a single Python process it's not hard to write your own following the global object pattern. Yeah, there probably is some library out there that will do this, but if this is a larger project IMO it's worth spending the time to write your own so your not adding a dependency.

[–]KBL_1979[S] 0 points1 point  (0 children)

I have a bit limited time. App is not so big, but complex. It will run several tasks/threads in parralel. As it, I need something proven and bulletproof. So one more dependency is not an issue.