This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: use posix_spawn in pexecute


On Tue, Mar 12, 2002 at 07:03:45PM -0300, Alexandre Oliva wrote
> 
> OTOH, there are platforms on which an efficient implementation of
> fork+exec is hopeless.  AFAIK, Windows is one such platform, and it
> probably is one the platforms with the widest user base of GCC.  So,
> why not accommodate OSs in which using spawn is actually a win?

Windows already has its own version of pexecute() that does use spawn
(not the same spawn as the one Roland's patch used).

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]