<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Mark Goodwin wrote:<br>
<blockquote cite="midb0ca56fe04082314515cf57c7c@mail.gmail.com"
 type="cite">
  <pre wrap="">On Mon, 23 Aug 2004 17:38:34 -0400, DM Smith <a class="moz-txt-link-rfc2396E" href="mailto:dmsmith555@yahoo.com">&lt;dmsmith555@yahoo.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I agree that it is too slow. I have put a line item into bugs.txt for
it. My thought was that we would do it in the background (low priority)
as part of the install rather than waiting until they search for the
first time.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Ah yes, bugs.txt; I should read it before I post...
  </pre>
</blockquote>
<br>
I don't think that is necessary. Sometimes the best ideas are fresh
ones.<br>
<blockquote cite="midb0ca56fe04082314515cf57c7c@mail.gmail.com"
 type="cite">
  <pre wrap="">
  </pre>
  <blockquote type="cite">
    <pre wrap="">I like your idea, but we may want to wait until after 1.0 because I
think we should spend some time looking at it to see if we can optimize
it. I have cut the time significantly already, but I think it can be faster.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Do you know of any (good) free profilers?  I had Jprobe for a bit at
work, but I can't afford it for home use.
  </pre>
</blockquote>
<br>
What kind of profiling are you interested in? JCoverage profiles
coverage. With it you can see how many times a method is hit.<br>
<blockquote cite="midb0ca56fe04082314515cf57c7c@mail.gmail.com"
 type="cite">
  <pre wrap="">
  </pre>
  <blockquote type="cite">
    <pre wrap="">Another problem I have and I think Random J. User will have is that the
first search seems to promise that there will be a result after the
index is built. But no, they have to submit the search again.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Oh, yes, I forgot about that one..

  </pre>
  <blockquote type="cite">
    <pre wrap="">Also, I once got frustrated with the indexing (when it was really slow)
and killed it. It left junk on my machine, and the program thought it
had a valid index. The only way I could fix the problem was to delete
the index. I had to read the code to determine where it was and what it
was called.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This has happened to me once before too.  I've also had a problem with
corrupt search indexes *after* generation.  I never got to the bottom
of why though.
  </pre>
</blockquote>
Also had the problem with an interrupted download. I don't know if it
is worth it to build to a temporary location on the same disk and
rename at the end. Or have a state file which is present after a
successful download or index generation.<br>
</body>
</html>