Great Circle Associates Majordomo-Workers
(March 2000)
 

Indexed By Date: [Previous] [Next] Indexed By Thread: [Previous] [Next]

Subject: Re: New snapshot
From: Jason L Tibbitts III <tibbs @ math . uh . edu>
Date: 22 Mar 2000 11:20:28 -0600
To: Michael Yount <csf @ moscow . com>
Cc: mj2-dev @ csf . colorado . edu, majordomo-workers @ GreatCircle . COM
In-reply-to: Michael Yount's message of "Wed, 22 Mar 2000 09:12:58 -0800"
References: <E12Xogk-0000NG-00@moscow.com>
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.4

>>>>> "MY" == Michael Yount <csf@moscow.com> writes:

MY> The latest changes seem to be working well, but the new RCPT TO code
MY> probably hasn't been exercised yet.

I've tried it and it seems OK, but it's hard to test this kind of thing.

There is something I did in TLB which might be useful.  I had a debug mode
that timed out 50% of all SMTP transactions just to make sure the host
failover worked.  It might work to just replace

sub RCPT { shift->transact("RCPT TO: <".shift().">",5)}

in SMTP.pm with

sub RCPT { return 0 if (.50 > rand()); shift->transact("RCPT TO: <".shift().">",5)}

or change the 5 to something small like .1 so you see more timeouts.

 - J<


References:
Indexed By Date Previous: Re: New snapshot
From: Michael Yount <csf@moscow.com>
Next: Re: New snapshot
From: Michael Yount <csf@moscow.com>
Indexed By Thread Previous: Re: New snapshot
From: Michael Yount <csf@moscow.com>
Next: Re: New snapshot
From: The Hermit Hacker <scrappy@hub.org>

Google
 
Search Internet Search www.greatcircle.com