[7580] in SIPB bug reports
Re: exmh slowness
daemon@ATHENA.MIT.EDU (Jacob Morzinski)
Wed Apr 26 05:24:14 2000
Message-Id: <200004260924.FAA09609@alice-whacker.mit.edu>
To: "Roger A. Roach" <rar@MIT.EDU>
Cc: bug-sipb@MIT.EDU
In-Reply-To: Your message of "Tue, 25 Apr 2000 08:26:54 -0400."
<200004251226.IAA00170@rar.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Wed, 26 Apr 2000 05:24:10 -0400
From: "Jacob Morzinski" <jmorzins@MIT.EDU>
On Tue, 25 Apr 2000, "Roger A. Roach" <rar@MIT.EDU> wrote:
>I've copied my .exmh files into my AFS Public directory. You should be able
>to access them. The problem is especially evident on longer files. Is there
>some new scanning being done? I normally look for URL's and such.
Aha. The URL scanning code had been changed to use a new regexp.
I've changed it back to use the previous one. (The new regexp was
slightly more accurate, but took about five times longer to process
than the the old one.)
-Jacob