|
-
Mar 21st, 2002, 01:43 PM
#1
Thread Starter
Addicted Member
fork
Hello,
I am programming in Unix and now working with processes. I have a father process that creates some children processes that need to calculate something but I don't know how to return the result to the father process (except of returning it as the exit status which doesn't seem to me like a proper solution).
Is there another way to do it?
Thanks.
-
Mar 21st, 2002, 03:52 PM
#2
Use named pipes. Use a file.
In UNIX, pipes are the defacto standard way to do this.
-
Mar 24th, 2002, 08:08 AM
#3
Thread Starter
Addicted Member
Pipes
How to do it using pipes?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|