~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to Makefile

  • 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:
7
7
clean:
8
8
        rm -rf dist/
9
9
 
10
 
check:
11
 
        # XXX MichaelHudson 2007-10-29 bug=158361: We can't run the loggerhead
12
 
        # tests in PQM yet :(