Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Hang on STDOUT

by graff (Chancellor)
on Jul 02, 2015 at 23:16 UTC ( [id://1133024]=note: print w/replies, xml ) Need Help??


in reply to Hang on STDOUT

When the process is running, where does its STDOUT go? Is it being redirected to a file, or piped to some other process? (If it's just spilling into a terminal window, you might as well not be printing to STDOUT at all.)

In either case, have you checked the status of the recipient? (The process would naturally have to wait if it couldn't write to STDOUT, e.g. because of an input-buffer-full condition on a downstream pipeline process.)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-03-28 11:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found