[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Use spawn() in GNU Make on Cygwin, updated
From: |
Ray Donnelly |
Subject: |
Re: [PATCH] Use spawn() in GNU Make on Cygwin, updated |
Date: |
Mon, 2 Sep 2013 11:58:05 +0100 |
Did you actually try your patch in a production environment? It breaks
make -jN, so any efficiency gains are negated by that fact. We tried
it in MSYS2 and had to remove it.
"because they already own the computing world"
... riiiight.
On Mon, Sep 2, 2013 at 6:45 AM, Pavel Fedin <address@hidden> wrote:
>> I really consider the use of Cygwin's spawn() deprecated and I'm not
>> really interested in spending time on it.
>
> Why ? It is a way to significantly increase performance. And, before Cygwin
> has posix_spawn(), it is the only way to do it.
> I was following various fork() discussions, Microsoft is not interested in
> solving this because they say absolutely the same phrase about POSIX and all
> that. And, in fact, their phrase weights much more, because they already own
> the computing world.
>
> Kind regards,
> Pavel Fedin
> Expert Engineer
> Samsung Electronics Research center Russia
>
>
> _______________________________________________
> Bug-make mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-make
- RE: [PATCH] Use spawn() in GNU Make on Cygwin, updated, Pavel Fedin, 2013/09/02
- Re: [PATCH] Use spawn() in GNU Make on Cygwin, updated,
Ray Donnelly <=
- RE: [PATCH] Use spawn() in GNU Make on Cygwin, updated, Pavel Fedin, 2013/09/02
- Re: [PATCH] Use spawn() in GNU Make on Cygwin, updated, David Boyce, 2013/09/02
- Re: [PATCH] Use spawn() in GNU Make on Cygwin, updated, Eli Zaretskii, 2013/09/02
- Re: [PATCH] Use spawn() in GNU Make on Cygwin, updated, Chris Faylor, 2013/09/02
- Re: [PATCH] Use spawn() in GNU Make on Cygwin, updated, David Boyce, 2013/09/02
- Re: [PATCH] Use spawn() in GNU Make on Cygwin, updated, Chris Faylor, 2013/09/08