[Rake-devel] Announcement: Alternate -j implementation
Jim Weirich
jim.weirich at gmail.com
Thu Apr 19 15:48:04 UTC 2012
On Apr 19, 2012, at 10:34 AM, Hongli Lai wrote:
> Have you also looked at http://drake.rubyforge.org? How does your
> implementation differ from his?
Michael can correct me if I'm wrong, but the -j option just limits the number of concurrent tasks used to service the "multitask" task targets. Multitask is an existing rake facility that the -j option makes more usable.
Drake actually changes the semantics of the regular rake tasks so that they run in parallel.
--
-- Jim Weirich
-- jim.weirich at gmail.com
More information about the Rake-devel
mailing list