Hi,
I'm using a socket connection in one of my programs to send every second
a set of data to another application - for each set I use a separate
write(). Now it happens that if there are too many data set, the program
quits without notifying anything! Could the reason be that the socket
buffer is full, and if so, why doesn't the write() or read() return an
errno value? Is there a way to check if the buffer is full?
Thanks for any help...
Joachim
-----------------------------------------------------------------------
-----------------------------------------------------------------------