| От | Tom Lane |
|---|---|
| Тема | Re: Patch for Makefile race against current cvs |
| Дата | |
| Msg-id | 19442.1005600036@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: Patch for Makefile race against current cvs (Peter Eisentraut <peter_e@gmx.net>) |
| Список | pgsql-patches |
Peter Eisentraut <peter_e@gmx.net> writes:
> Keep in mind that parallel make only executes the rule commands in
> parallel, it does not cause the dependency analysis to be distributed.
> In order to satisfy a dependency graph you only need to process each node
> once, and parallelism doesn't change that.
Well, the proposed patch eliminates the issue for a single sub-make,
by artificially serializing the execution of these rules. But I'm still
concerned about what happens when a sub-make running in a different
directory sees a dependency on parse.h. There *is* distributed
dependency analysis when you think about that scenario.
regards, tom lane
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера