Christopher Faylor cygwin.com> writes:
>
> On Sat, Nov 24, 2012 at 07:31:48PM +, Paul wrote:
> >Robert Pendell writes:
> >>It isn't obsolete. All obsolete packages get assigned to _obsolete
> >>group. _autorebase is assigned to _PostInstallLast and is still an
> >>active group. It is like
Christopher Faylor cygwin.com> writes:
> On Sat, Nov 24, 2012 at 09:08:28PM +0100, David Sastre Medina wrote:
> >On Sat, Nov 24, 2012 at 07:31:48PM +, Paul wrote:
> >> Robert Pendell elite-systems.org> writes:
> >> Also, I was wondering if cygwin comes with release notes. I wasn't able to
fi
On Sun, Nov 25, 2012 at 12:13:59PM -0500, LMH wrote:
>It may be better to move such a discussion to a programing board since
>some of this will not relate to cygwin and it would be nice to have
>things like php formatted code, attachments, etc. The mods here can let
>us know about that. I have t
>In particular, the code I'm looking to patch does a typical fork/exec and uses
>2 pipes to communicate bi-directionally parent to child. The
>pipes are throwing me off as to if cygwin spawn is usable.
I had no problems using fork/exec on Cygwin, even though it is mentioned to be
inefficient in
Hi LMH,
Fair enough, although I had understood that mixing native Windows functions and
cygwin was not a good practice? (Although i have no idea if thats the only
option). I will be using ifdefs, and I don't need it abstracted such that I
have 2 functions named the same.
I just have a handful
You will need to use windows pipes as well as the windows version of
fork. I have a couple of small apps that do what you are suggesting.
What I did was to abstract the functions for creating process and pipes.
Abstraction was done in the make file. There are functions like
create_new_process(
Hi folks,
I'm looking for some documentation about the cygwin spawn use, or a
recommendation of a package that has had fork/exec replaced by spawn that I can
review to see how someone else did it. Preferably less intimidating than gcc,
and which uses pipes for IPC between parent and child.
In
7 matches
Mail list logo