event.pm releases

2000-01-13 Thread Uri Guttman
how about announcing to this list when you release a new version of event.pm and also posting its delta? i would have loved the cb_timeout feature (after all i did ask for it) and i wouldn't have spent time working around not having it. the Event::tcp stuf is not what i want. i need an async con

Re: non-blocking connect

2000-01-13 Thread Uri Guttman
> "JNP" == Joshua N Pritikin <[EMAIL PROTECTED]> writes: JNP> http://search.cpan.org/search?dist=Ioctl JNP> Have you taken a look at Event::tcp? It uses Event::io as a base class JNP> and layers a bunch of stuff on top of it. JNP> http://search.cpan.org/search?dist=Event-tcp f

Re: non-blocking connect

2000-01-13 Thread Joshua N Pritikin
On Thu, Jan 13, 2000 at 05:34:06PM -0500, [EMAIL PROTECTED] wrote: > > "JNP" == Joshua N Pritikin <[EMAIL PROTECTED]> writes: > JNP> Also see Ioctl. > > can't find that if it is a module. do you mean Fcntl.pm? or basic unix > ioctl? Hm. The index seems broken ... try this: http://searc

Re: non-blocking connect

2000-01-13 Thread Uri Guttman
> "JNP" == Joshua N Pritikin <[EMAIL PROTECTED]> writes: JNP> Also see Ioctl. can't find that if it is a module. do you mean Fcntl.pm? or basic unix ioctl? JNP> Have you taken a look at Event::tcp? It uses Event::io as a base class JNP> and layers a bunch of stuff on top of it. i wi

Re: non-blocking connect

2000-01-13 Thread Joshua N Pritikin
On Thu, Jan 13, 2000 at 04:27:03PM -0500, [EMAIL PROTECTED] wrote: > > "GB" == Graham Barr <[EMAIL PROTECTED]> writes: > > GB> IO::Socket uses non-blocking for doing it's connects so that it can do > GB> a timeout without using alarm(), but it does not really provided > GB> an interface

Re: non-blocking connect

2000-01-13 Thread Uri Guttman
> "GB" == Graham Barr <[EMAIL PROTECTED]> writes: GB> IO::Socket uses non-blocking for doing it's connects so that it can do GB> a timeout without using alarm(), but it does not really provided GB> an interface to do non-blocking connects via ->new(). But if GB> you want to call the i

Re: non-blocking connect

2000-01-13 Thread Graham Barr
On Thu, Jan 13, 2000 at 02:21:23AM -0500, Uri Guttman wrote: > > i heard that IO::socket can now do non-blocking connects. the man pages > don't mention that (or i can't find the right docs). any ideas? > > i know graham should know this. IO::Socket uses non-blocking for doing it's connects so