[urban@UNIX-Beratung.de: AF_UNIX sockets and Event.pm]

2003-08-14 Thread Joshua N Pritikin
- 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

Re: [urban@UNIX-Beratung.de: AF_UNIX sockets and Event.pm]

2003-08-14 Thread Nick Ing-Simmons
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

Re: Sockets

2001-07-26 Thread pcg
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

Sockets

2001-07-26 Thread Jeff Boes
Are there any "gotchas" with respect to 'io' events and sockets? $watch_in = IO::Socket::INET->new( Proto => 'udp', LocalPort => $cfg->socket_nbr,