In my project I want to have a shared list that I can manipulate when calling a function using multiprocessing.Process
. My code runs deterministically and I am using a Unix-based OS and I don't change the context (I used fork
) but my code crashes at random times when trying to execute the line manager = multiprocessing.Manager()
and I get an EOFError. Has anyone experienced this? What could be causing this?
0条回答
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Django __str__ returned non-string (type NoneType)
- Evil ctypes hack in python