Skip to content

Best way to handle multiprocessing issues #8330

Answered by bwoodsend
pearcetm asked this question in Help
Discussion options

You must be logged in to vote

It's multiprocessing which is very different from multithreading but no, calling multiprocessing.freeze_support() has to be done in code so that the parent process and child processes are able to identify themselves as such.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@pearcetm
Comment options

@rokm
Comment options

@pearcetm
Comment options

Answer selected by pearcetm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants