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
Hi team!
Thanks to your contributions, I am planning to use this videohash package in production with multiprocessing for bulk inference.
However, I found that the subprocesses opened from calling subprocess.Popen do not calling any close() or terminate() for the processes. (It can cause process leak as I think.)
Am I missing something similar method for close() in the code?
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
-
Hi team!
Thanks to your contributions, I am planning to use this
videohash
package in production with multiprocessing for bulk inference.However, I found that the subprocesses opened from calling
subprocess.Popen
do not calling any close() or terminate() for the processes. (It can cause process leak as I think.)Am I missing something similar method for close() in the code?
Beta Was this translation helpful? Give feedback.
All reactions