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(
4 matches
Mail list logo