graphics-muse.org
writev() vs send() when using signals
I ran into an interesting problem today. I have a C application with functions calling writev() to send data across the network. The messages being sent range from very small – a …