Hi All,<div><br></div><div>I am trying to program an HTTP webserver, I am a little confused about the best way to program a recvall function. There are a couple of ways to do this? But performance wise which one is better?</div>
<div><br></div><div>a) recvall using a timeout?</div><div>b) recvall using a condition that nothing was received?</div><div>c) recvall using a condition for it to wait for a CRLF or a timeout whichever occurs first?</div>
<div><br></div><div>Any help would be appreciated.</div><div><br></div><div>Regards,</div><div>Nav</div>