Python Forum
what i would like to add to subprocess.Popen()
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what i would like to add to subprocess.Popen()
#9
on some systems, process limits exist for various reasons. i don't want my script to run ever so briefly in 3 processes when it can do so in 2. if the user is limited to 10 processes, it can make difference if they are already running 8. many graphical systems and display managers eat those up rather readily. i've run into this issue before on some highly shared systems with thousands of users.
Tradition is peer pressure from dead people

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


Messages In This Thread
RE: what i would like to add to subprocess.Popen() - by Skaperen - Aug-26-2023, 07:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pipe(s) in = subprocess.Popen() Skaperen 0 1,824 Feb-13-2021, 11:48 PM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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