Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^6: IO::Select and alarm()

by markseger (Beadle)
on Nov 02, 2011 at 12:07 UTC ( [id://935368]=note: print w/replies, xml ) Need Help??


in reply to Re^5: IO::Select and alarm()
in thread IO::Select and alarm()

ikegami: good example, but I'm not sure what you're trying to show me. Clearly the alarm is waking up the select but I already knew it does.

I think the bigger question is when it wakes it up do you explicitly need to ignore the alarm inside the select loop? From my experiments, and if you put a print inside the loop, the code inside the loop doesn't execute (I assume this is because @ready is empty at this point), but I'm not sure whether this example is sufficient to prove it and think that is the key question, though it clearly operates as I've seen with my tests.

-mark

Replies are listed 'Best First'.
Re^7: IO::Select and alarm()
by ikegami (Patriarch) on Nov 02, 2011 at 19:34 UTC

    but I'm not sure what you're trying to show me.

    It shows the select loop being exited. As I said, the OP did not want to exit the select loop.

    I think the bigger question is when it wakes it up do you explicitly need to ignore the alarm inside the select loop?

    If you don't, the select loop is exited, so you're asking why there is a need to not exit the select loop.

    I don't believe there is such a universal need. Like I said, the OP has such a need, but apparently you don't.


    That said, I suspect you didn't actually show your entire select loop, and that you actually ignore *all* errors. If so, you would also be ignoring EINTR just like I told the OP to do.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-03-19 11:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found