bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: awk porting for platform without fork?


From: Eli Zaretskii
Subject: Re: awk porting for platform without fork?
Date: Tue, 23 Jan 2007 06:23:52 +0200

> Date: Tue, 23 Jan 2007 10:31:15 +0800
> From: "Alvis Koon" <address@hidden>
> 
> I would like to port awk to an environment without fork.

What environment is that?

> Is it possible?

Yes.  Gawk already supports a couple of environments like that.

> And how much work is required.

Not much.  If your environment supports running the configure script,
perhaps none at all, as the configure script will take care of
everything for you.

> Why awk use fork?  Can awk run without fork support?

Gawk uses fork for some obscure features like &| pipes.  Without fork,
these will simply be unsupported.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]