Is there any advantage to handling the signal, rather than just ignoring it and checking for the EPIPE error? Are there any useful parameters passed to the signal catching function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Unix Socket Programming Interview Questions

How should I choose a port number for my server?

1 Answers  


How many socket connections can a server handle?

0 Answers  


How do I use TCP_NODELAY?

0 Answers  


Why does connect() succeed even before my server did an accept()?

1 Answers  


Can a single socket port be used for multiple applications?

0 Answers  






Are unix sockets faster than tcp?

0 Answers  


What are socket exceptions? What is out-of-band data?

1 Answers  


What is a socket api?

0 Answers  


How do I get my server to find out the clients address / host- name?

1 Answers  


How can I write a multi-homed server?

0 Answers  


What is the function of socket?

0 Answers  


How are unix domain sockets implemented?

0 Answers  


Categories