> I must write a program in C to automate a telnet login to a remote = > system, execute some tests > and pipe the output back to parent. > Does anyone know how to setup a two-way pipe between parent and child = > processes in a=20 > C program that both can send and receive signals?? man socketpair (hint, look at type AF_UNIX) -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
- Fork and Pipe JM
- Re: Fork and Pipe Matt Fahrner
- Re: Fork and Pipe Tim Hockin
- Re: Fork and Pipe John Summerfield
- Re: Fork and Pipe Julie
- Re: Fork and Pipe John Summerfield
- Re: Fork and Pipe Julie
- Re: Fork and Pipe Alan Shutko
- Re: Fork and Pipe Tim Hockin
- Re: Fork and Pipe Alan Shutko
- Re: Fork and Pipe Julie
- Re: Fork and Pipe Tim Hockin
- Re: Fork and Pipe John Summerfield