Posts by Felipe • 11 points
1 post
-
1
votes0
answers116
viewsQ: Pipe() command in windows
I’m trying a simple communication between processes, but the son f_filho is not receiving the message sent by the father. How to solve? # -*- coding: cp1252 -*- from multiprocessing import…