~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to homepage/index.html

  • Committer: Robey Pointer
  • Date: 2007-01-02 04:34:09 UTC
  • Revision ID: robey@lag.net-20070102043409-5slhxuzq5omtim2f
exponential backoff isn't really working for the lockfile, so keep it down
to 0.1 second pauses while trying to grab the lock.  also, flush the caches
at shutdown, and pause during cache rebuilding to give normal requests a
chance to get the lock.  (with threading.Lock, wakeups were automatic, but
with the file lock, there's a lot of sleeping going on.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    
28
28
    <h2> Download </h2>
29
29
    
30
 
    <p>
31
 
    The current version is 1.1-0.13 (meaning 1.1, based on bazaar 0.13),
32
 
    released on 20 Jan 2006 at revision 98.
 
30
        <p>
 
31
        The current version is 1.0-0.13 (meaning 1.0, based on bazaar 0.13),
 
32
        released on 23 Dec 2006 at revision 64.
33
33
    </p>
34
34
    <ul class="downloads">
35
 
    <li> <a href="download/loggerhead-1.1-0.13.tar.gz"> loggerhead-1.1-0.13.tar.gz </a>
36
 
        <br /> <span class="md5"> MD5: 26194d00c72dbcaf63d14d9d099ee91e </span>
37
 
        </li>
38
35
    <li> <a href="download/loggerhead-1.0-0.13.tar.gz"> loggerhead-1.0-0.13.tar.gz </a>
39
36
        <br /> <span class="md5"> MD5: 1b68c1dc6e13f9ed8f2b3ff0267cd8d9 </span>
40
37
        </li>
45
42
    <ul>
46
43
    <li> project page on launchpad (for bug reports): <br />
47
44
    <a class="link" href="https://launchpad.net/products/loggerhead/"> https://launchpad.net/products/loggerhead/ </a>
48
 
    </li>
49
 
 
50
 
    <li> development branch in bazaar: <br />
51
 
    <a class="link" href="http://www.lag.net/robey/code/loggerhead/"> http://www.lag.net/robey/code/loggerhead/ </a>
52
 
    </li>
53
 
 
54
 
    <li> browse the source in loggerview: <br />
55
 
    <a class="link" href="http://www.lag.net/branches/loggerhead/loggerhead_dev/"> http://www.lag.net/branches/loggerhead/loggerhead_dev/ </a>
56
 
    </li>
57
 
    </ul>       
 
45
        </li>
 
46
        
 
47
        <li> development branch in bazaar: <br />
 
48
        <a class="link" href="http://www.lag.net/~robey/code/loggerhead/"> http://www.lag.net/~robey/code/loggerhead/ </a>
 
49
        </li>
 
50
        
 
51
        <li> browse the source in loggerview: <br />
 
52
        <a class="link" href="http://www.lag.net/branches/loggerhead/loggerhead_dev/"> http://www.lag.net/branches/loggerhead/loggerhead_dev/ </a>
 
53
        </li>
 
54
        </ul>
 
55
        
58
56
    
59
57
</body>
60
58
</html>