Is it the same wether I wait for a FD_WRITE msg or calling WSAIsBlocking in a loop?

Dominik
Posted on 2004-09-22 09:59:45 by Dom
Just send what you want, if you get a blocking error, wait and try again, if not, check how much got sent is how much you wanted to send..
Posted on 2004-09-26 08:21:36 by Homer
thx for reply EvilHomer
Actually i solved my problem later on with the select-api using a thread for that socket stuff...
Dom
Posted on 2004-09-26 09:01:36 by Dom