in socket programming, can accept() the same listening socket in multi-process(thread)?
- by jon
i.e.
open a listening socket in parent process
call epoll_wait(listening_socket) in child1,child2,child3....
call accept in each child if there is connection request