Re: lug-bg: fork, programirane
- Subject: Re: lug-bg: fork, programirane
- From: rsd@xxxxxxxxxxxxx (Dimo Dimitrov-DataManagement)
- Date: Fri, 5 May 2000 00:52:06 +1000
if (!fork())
/*Child process*/
if (send (new_fd, "Hello, world! \n" , 14, 0) == -1 )
perror ("send");
exit(0);
}
else
{
/* Parent process. Wait for the child to complette */
waitpid(-1, NULL, 0);
close(new_fd);
}
<HR>
<UL>
<LI>application/x-pkcs7-signature \\\\\\\\\ \\\\: smime.p7s
</UL>
==================================================================
A mail-list of Linux Users Group - Bulgaria (bulgarian linuxers)
Otpiswaneto RABOTI !!! : Majordomo@xxxxxxxxxxxxxxxxxx UNSUBSCRIBE LUG-BG
http://www.linux-bulgaria.org/ Hosted by Internet Group Ltd. - Stara Zagora
|