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
I'm admittedly a novice to async Python and the different methods of dealing with lots of different live data. When I initially started to implement PILOT Drive and wanting services to be modular, it seemed Processes were the best way to go about this, especially being able to avoid the GIL bottlenecks.
If anyone else has handled something similar in the past and has suggestions, I'm super open to it. My gut feeling says there's something else out there that would allow for more resource efficiency with less complexity.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm admittedly a novice to async Python and the different methods of dealing with lots of different live data. When I initially started to implement PILOT Drive and wanting services to be modular, it seemed Processes were the best way to go about this, especially being able to avoid the GIL bottlenecks.
If anyone else has handled something similar in the past and has suggestions, I'm super open to it. My gut feeling says there's something else out there that would allow for more resource efficiency with less complexity.
Beta Was this translation helpful? Give feedback.
All reactions