http://qs1969.pair.com?node_id=771333


in reply to Re: IO::Socket disconnects in loop
in thread IO::Socket disconnects in loop

$ perl reader.pl [in separate terminal] $ perl writer.pl [runs for a while] Could not connect $ perl writer.pl Could not connect $ perl writer.pl Could not connect $ perl writer.pl Could not connect $ perl writer.pl [runs for a while] Could not connect $ killall perl $ perl reader.pl $ perl writer.pl Could not connect

Replies are listed 'Best First'.
Re^3: IO::Socket disconnects in loop
by ikegami (Patriarch) on Jun 14, 2009 at 07:57 UTC
    Me bad, I thought the server was the writer.