another without communicate() call?
because first process outputs partially and I wanna second process to read by parts too
Don't use communicate as it will await the process completion
I know, what the other way?
It depends on your case. Typically programs communicate between them using pipes
Обсуждают сегодня