fork() problem with sockets

Duran duran@vdl2.ca
Wed Dec 10 06:20:00 GMT 1997


The Fork()   
Problem: The fork child does not 
inherate the file descriptors when working whith sockets.
How to reproduce the problem: Just 
create a socket server, accept a connection and fork, you will notice that the 
child will not be able to use the sockets declared before the 
forking. 
 



More information about the Cygwin mailing list