non-blocking connect

2000-01-12 Thread Uri Guttman
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. thanx, uri -- Uri Guttman - [EMAIL PROTECTED] -- http://www.sysarch.com SYStems ARCHitecture, Software E

Re: [ID 19991229.003] perl 5.005_03 core dumps -- signal

2000-01-12 Thread Dan Sugalski
At 09:54 AM 1/12/00 -0500, Joshua N Pritikin wrote: >The fancy stuff with Sigslot avoids any chance of loosing signals during >inspection of the signal counters. The signal counters are polled every >iteration through the event loop. This works well for easy stuff, >meaning, your code is Event d

Re: [ID 19991229.003] perl 5.005_03 core dumps -- signal

2000-01-12 Thread Graham Barr
On Wed, Jan 12, 2000 at 09:54:52AM -0500, Joshua Pritikin wrote: > On Wed, Jan 12, 2000 at 11:01:16AM +, [EMAIL PROTECTED] wrote: > > On Tue, Jan 11, 2000 at 02:06:52PM -0800, Larry Wall wrote: > > > Ilya Zakharevich writes: > > > : We *need* an event loop in Perl core - or very close to it.

Re: [ID 19991229.003] perl 5.005_03 core dumps -- signal

2000-01-12 Thread Joshua N Pritikin
On Wed, Jan 12, 2000 at 11:01:16AM +, [EMAIL PROTECTED] wrote: > On Tue, Jan 11, 2000 at 02:06:52PM -0800, Larry Wall wrote: > > Ilya Zakharevich writes: > > : We *need* an event loop in Perl core - or very close to it. This may > > : be a part of this loop. > > > > Indeed, that's what the p