Python Forum
order to call Popen for 2 piped processes
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
order to call Popen for 2 piped processes
#1
when starting 2 processes with subprocess.Popen() and connecting then together with a pipe using the stdout=PIPE option and passing the read end to the other process stdin= option, in there any library based need to launch the 2 processes in a particular order? Linux systems don't have any and other POSIX should have none. but i wonder if subprocess might. i don't know about Windows, either.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  launch processes from threads Skaperen 9 929 Feb-21-2024, 01:16 AM
Last Post: Skaperen
  printing interleaved lines from many processes Skaperen 2 2,120 Feb-20-2024, 01:48 AM
Last Post: wearsafe
  capture stdout from child processes Skaperen 0 3,341 Oct-30-2019, 12:11 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020