Search Results

Search: Posts Made By: beginnerboy
Forum: Programming 03-26-2019
2,625
Posted By Corona688
If you really wanted to do IPC between processes...
If you really wanted to do IPC between processes just to count directories, though, shared memory beats pipes IMO. mmap() an anonymous segment, and each fork()ed process will have access to it. ...
Forum: Programming 03-26-2019
2,625
Posted By Corona688
If it's saying bad file descriptor it probably...
If it's saying bad file descriptor it probably means it. Without seeing your actual code, I can't tell why you're closing a bad file descriptor, you should print the FD's to stderr when you open a...
Showing results 1 to 2 of 2

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