Search Results

Search: Posts Made By: qntmteleporter
Forum: Programming 01-28-2006
3,287
Posted By qntmteleporter
It sure is a wonderful documentation resource! ...
It sure is a wonderful documentation resource!

Thanks a ton!
Forum: Programming 01-28-2006
3,287
Posted By qntmteleporter
semaphores
Hi there,

Could someone please confirm which POSIX semaphore routines should be used for a multiprocess (and not multithreaded) environment?

sys/sem.h definitely works. but the routines,...
Forum: Programming 01-24-2006
3,760
Posted By qntmteleporter
Thanks a lot for your reply! I appreciate it very...
Thanks a lot for your reply! I appreciate it very much!

I understand that the order in which the children finish is uncertain in this program.

However, why doesn't the same thing (duplication...
Forum: Programming 01-24-2006
3,760
Posted By qntmteleporter
fork problem
Hi,

Consider the following piece of code:

int main(void) {

int i;
pid_t pidp;

for (i=0;i<4;i++) {
switch (pidp=fork()) {
case -1:
fprintf(stdout, "Error...
Showing results 1 to 4 of 4

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