chriseldredge / vulcan

Continuous Integration server
GNU General Public License v2.0
0 stars 1 forks source link

Add option to prevent concurrent checkouts #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When multiple build daemons attempt to checkout large projects
simultaneously, I/O thrashing may occur on the local disk due to the huge
amount of activity.

Provide a configuration option (checkbox) that prevents concurrent
checkouts/updates.

The plugin should sleep until it can obtain a lock to perform
checkout/update operations.

Original issue reported on code.google.com by chris.eldredge@gmail.com on 28 Aug 2007 at 8:15

GoogleCodeExporter commented 9 years ago
Closing.  Users should use only one build daemon or get a faster IO platform.

Original comment by chris.eldredge@gmail.com on 28 Sep 2007 at 7:30