> -----Original Message----- > From: Joshua Berry [mailto:[EMAIL PROTECTED] > Sent: Monday, December 06, 2004 10:01 AM > To: Jim > Cc: [EMAIL PROTECTED] > Subject: RE: Building Network Redundancy into a Perl Client > > I don't think that it is possible to do within perl so I had > to enable these options: > > echo 1 >> /proc/sys/net/ipv4/tcp_tw_reuse echo 1 >> > /proc/sys/net/ipv4/tcp_tw_recycle >
Yea i don't know a way of doing it in perl, besides what Randal mentioned about POE, i figured it would require a kernel paramter change. You could add these commands at the top of your perl script using system calls system( "echo 1 >> /proc/sys/net/ipv4/tcp_tw_reuse echo") ... --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.802 / Virus Database: 545 - Release Date: 11/26/2004 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>