Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Win32::Process::Create and IO::Select bad interaction

by clintp (Curate)
on Jan 09, 2003 at 18:22 UTC ( [id://225595]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        close($writer);    
        print LOG "Deleting finished $writer\n" if $debug;
        delete $pool{"$writer"};
        $pool_sel->remove($writer);
    
  2. or download this
        $pool_sel->remove($writer);
        close($writer);    
        print LOG "Deleting finished $writer\n" if $debug;
        delete $pool{"$writer"};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (9)
As of 2024-04-23 17:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found