Skip Menu |

This queue is for tickets about the IO-KQueue CPAN distribution.

Report information
The Basics
Id: 116615
Status: new
Priority: 0/
Queue: IO-KQueue

People
Owner: Nobody in particular
Requestors: e [...] 80x24.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] kevent: treat interrupts as non-errors
Date: Mon, 1 Aug 2016 02:34:09 +0000
To: bug-IO-KQueue [...] rt.cpan.org
From: Eric Wong <e [...] 80x24.org>
This allows Danga::Socket-based servers to handle signals without falling over. Also considered returning undef and setting $! like a normal Perl function wrapping a syscall, but this requires modifying callers such as Danga::Socket. See attached.

Message body is not shown because sender requested not to inline it.