in reply to Re^2: how to set socket recv timeout in architecture independent manner?
in thread how to set socket recv timeout in architecture independent manner?
I guess another way to tackle the problem using pure Perl internals would be setting an alarm for the recv operation. This may not be most elegant piece of code but can solve a quick script.
Just FYI I am using Cygwin and SO_RCVTIMEO does not work very good. I am on winXP (32bit) and tried ll, LL, qq, QQ
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: how to set socket recv timeout in architecture independent manner?
by BrowserUk (Patriarch) on Sep 06, 2009 at 17:57 UTC | |
by gmoque (Acolyte) on Sep 07, 2009 at 18:43 UTC | |
by BrowserUk (Patriarch) on Sep 07, 2009 at 19:51 UTC |