Python Forum
waiting for a mix of file and processes
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
waiting for a mix of file and processes
#1
i can wait for a group of pipes to wake up when any one of them has something to deal with, like the peer did close() and i need to read it to discover that. but what about waiting for any one in a group that is a mix of open files and child processes that you don't have any pipes to? maybe i need to have a pipe anyway?
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
  Waiting for input from serial port, then move on KenHorse 3 1,002 Apr-17-2024, 07:21 AM
Last Post: DeaD_EyE
  pip stops waiting for python walker 6 1,047 Nov-28-2023, 06:55 PM
Last Post: walker
  processes shall be parallel flash77 4 1,109 Sep-20-2022, 11:46 AM
Last Post: DeaD_EyE
  Sharing imported modules with Sub Processes? Stubblemonster 2 1,500 May-02-2022, 06:42 AM
Last Post: Stubblemonster
  Waiting for heavy functions question philipbergwerf 14 3,368 Apr-29-2022, 07:31 PM
Last Post: philipbergwerf
  How to create waiting process? samuelbachorik 4 1,971 Sep-02-2021, 05:41 PM
Last Post: bowlofred
  Killing processes via python Lavina 2 2,605 Aug-04-2021, 06:20 AM
Last Post: warnerarc
  How to share a numpy array between 2 processes on Windows? qstdy 0 2,156 Jan-29-2021, 04:24 AM
Last Post: qstdy
  Waiting and listening test 2 2,136 Nov-13-2020, 04:43 PM
Last Post: michael1789
  sharing variables between two processes Kiyoshi767 1 1,869 Nov-07-2020, 04:00 AM
Last Post: ndc85430

Forum Jump:

User Panel Messages

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