[racket-dev] Multiple 'raco make' processes

From: Dan Liebgold (dan.liebgold at gmail.com)
Date: Tue Dec 9 14:54:16 EST 2014

If the multiple 'raco make's would produce the same results, then there
should be no inconsistency, just duplicate work, right?

And my use case is a bit different... I need to spawn the multiple 'raco
makes', rather than have raco make spawn multiple racket instances (via the
-j flag). Although this particular setup will bear some examination.

On Tue, Dec 9, 2014 at 11:47 AM, Robby Findler <robby at eecs.northwestern.edu>
wrote:

> Ah sorry: meant to add: did you try the -j flag?
>
>
> On Tuesday, December 9, 2014, Robby Findler <robby at eecs.northwestern.edu>
> wrote:
>
>> I think they can stomp on each other and you can get inconsistent
>> results, theoretically.
>>
>> Robby
>>
>> On Tuesday, December 9, 2014, Dan Liebgold <dan.liebgold at gmail.com>
>> wrote:
>>
>>> If I have multiple instances of raco make running and some of the files
>>> they are checking/rebuilding are shared across the instances... what
>>> happens?  Does raco make have lock to ensure no contention? Or does each
>>> process potentially redo some work?
>>>
>>> --
>>> Dan Liebgold    [dan.liebgold at gmail.com]
>>>
>>


-- 
Dan Liebgold    [dan.liebgold at gmail.com]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20141209/9a4ee87c/attachment.html>

Posted on the dev mailing list.