Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: AnyEvent::ForkManager fails tests on Cygwin

by ikegami (Patriarch)
on Apr 30, 2015 at 15:01 UTC ( [id://1125287]=note: print w/replies, xml ) Need Help??


in reply to AnyEvent::ForkManager fails tests on Cygwin

Windows (as opposed to cygwin) doesn't have signals except for Ctrl-C and Ctrl-Break. The code will definitely fail there.

  • Comment on Re: AnyEvent::ForkManager fails tests on Cygwin

Replies are listed 'Best First'.
Re^2: AnyEvent::ForkManager fails tests on Cygwin
by choroba (Cardinal) on Apr 30, 2015 at 15:03 UTC
    The latest version on GitHub uses SIGINT instead of SIGUSR1. Would it help?
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
      Ctrl-C does call $SIG{INT}. I don't know it if it interrupts system calls like unix signals do.

Log In?
Username:
Password:

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

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

    No recent polls found