Search Results

Search: Posts Made By: ab_tall
Forum: Programming 10-07-2011
6,675
Posted By Corona688
What system are you on? On linux, you can use...
What system are you on? On linux, you can use strace, which lists all system calls your program and its children are making. (-f means 'follow children') Just system calls, only system calls, and...
Forum: Programming 10-07-2011
6,675
Posted By alister
Note: In what follows, a "file description" and...
Note: In what follows, a "file description" and a "file descriptor" are not synonymous.

When you open() a file or use the pipe() system call, the kernel will create what's called a file...
Forum: Programming 10-07-2011
6,675
Posted By Corona688
Yes, make n-1 pipes. Writing an example... ...
Yes, make n-1 pipes. Writing an example...

---------- Post updated at 01:27 PM ---------- Previous update was at 01:11 PM ----------

#include <stdio.h>
#include <stdlib.h>
#include...
Forum: Programming 10-07-2011
6,675
Posted By Corona688
Some of us might be in a different timezone than...
Some of us might be in a different timezone than you, and this forum is populated by volunteers, we are not "on call".

You also agreed to not bump posts when you registered.

I can't tell if...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 11:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy