Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Second background process is pausing the gui

by bliako (Monsignor)
on Jun 11, 2020 at 10:59 UTC ( [id://11117937]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $pid = open(my $xx, "od -w1 -v -An -N5 -td1 < /dev/random  2>&1|")
      or die "fork: $!";
    ...
            }
    }
    close($xx) or die "command failed with ".($?>>8);
    
  2. or download this
    {
    my $pid = open(my $xx, "sleep 10|")
    ...
    }
    XX:
    print "here\n";
    
  3. or download this
    my $pid = open(my $xx, "sleep 10|")
      or die "fork: $!";
    ...
     
    XX:
    print "here\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11117937]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-19 04:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found