Hi All,

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?

a) recvall using a timeout?
b) recvall using a condition that nothing was received?
c) recvall using a condition for it to wait for a CRLF or a timeout
whichever occurs first?

Any help would be appreciated.

Regards,
Nav
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to