[LLVMbugs] [Bug 477] NEW: [demo page] Demo page should use simple locking to only permit one compile at a time
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Dec 9 15:21:39 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=477
Summary: [demo page] Demo page should use simple locking to only
permit one compile at a time
Product: Website
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: General Website
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sabre at nondot.org
Immediately after releases, the demo page inevitable gets pounded on. This is
normally fine, but we get lots and lots of parallel compiles going. It would be
much better to have a simple file lock (to allow only one compile at a time,
other people would get "sorry busy, try again") and timeout (in case something
bad happens to the compiler and it spins out of control.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list