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
> "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
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
> "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
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
> "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
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