- Forwarded message from Robert Urban <[EMAIL PROTECTED]> -
To: [EMAIL PROTECTED]
Subject: AF_UNIX sockets and Event.pm
From: Robert Urban <[EMAIL PROTECTED]>
Hello,
I have written a simple script which uses Event->io on an UNIX socket.
The script functions as des
Joshua N Pritikin <[EMAIL PROTECTED]> writes:
>- Forwarded message from Robert Urban <[EMAIL PROTECTED]> -
>
>To: [EMAIL PROTECTED]
>Subject: AF_UNIX sockets and Event.pm
>From: Robert Urban <[EMAIL PROTECTED]>
>
>
>Hello,
>
>I have written
On Thu, Jul 26, 2001 at 10:03:05AM -0400, Jeff Boes <[EMAIL PROTECTED]> wrote:
> Are there any "gotchas" with respect to 'io' events and sockets?
What you posted seems to work fine here (Linux-2.4, Event-0.83), so I
suspect something goes wrong with your socket set
Are there any "gotchas" with respect to 'io' events and sockets?
$watch_in = IO::Socket::INET->new(
Proto => 'udp',
LocalPort => $cfg->socket_nbr,