Subject: | Fails to connect under Win32 (XP) |
I'm using: perl, v5.8.3 built for MSWin32-x86-multi-thread
Connections simply hang forever
I've verified that I can telnet out to the news server OK
my "perl" executables are not firewalled.
Are you using non-blocking sockets? If so, there's plenty of known problems with these things on win32 (which I know how to fix if this turns out to be the prob)
C:\Web\NNTP>perl news.pl
News::NNTPClient::SOCK1 connecting to freenews.iinet.net.au:119
Terminating on signal SIGINT(2)
C:\Web\NNTP>type news.pl
#!perl
use strict;
use News::NNTPClient;
my($server)='news.iinet.net.au';
my $c = new News::NNTPClient($server,119,2);
print "Got $c\n";
C:\Web\NNTP>telnet freenews.iinet.net.au 119
200 per-qv1-newsreader-01.iinet.net.au NNRP Service Ready - support@iinet.net.au
(posting ok).
QUIT
205 Transferred 96 bytes in 0 articles, 0 groups. Disconnecting.
Connection to host lost.