Comment 24 for bug 118625

Revision history for this message
Stuart Bishop (stub) wrote : Re: codebrowse sometimes hangs

Given there are a finite number of cores on the servers (and issues with the Python GIL), there seems little point in allowing several revision caches to build simultaneously. Perhaps all that is needed is a few semaphores to block threads when things get busy (with timeouts returning a nice 503 error of course if a lock can't be granted in a sane timeframe).