Build server polling vs. event-driven builds

Posted by Daniel T. on Stack Overflow See other posts from Stack Overflow or by Daniel T.
Published on 2010-06-16T19:24:52Z Indexed on 2010/06/16 19:32 UTC
Read the original article Hit count: 203

Filed under:
|
|
|

Why do build servers poll for changes instead of SVN firing off an event (or a post-commit step) that tells the build server to start a build? It seems terribly inefficient to poll for changes, especially when the number of projects increases and the polling period is set to a very low value (for example, 30 seconds).

© Stack Overflow or respective owner

Related posts about svn

Related posts about build-process