Re: Chromium hangs on Windows XP -> PATCH

Samuel Thibault <[email protected]> Thu, 23 Nov 2006 16:10:27 +0100
Newsgroups gmane.comp.graphics.chromium.devel
Message-ID <20061123151027.GC2734@implementation>
Michael D=FCrig, le Thu 23 Nov 2006 14:33:47 +0100, a =E9crit :
> Someone recommended to use non-blocking sockets instead of blocking
> sockets because 'select is typically not used with blocking
> sockets'.

Mmm, they have a strange notion of select() then.  Select is
particularly useful with blocking sockets precisely because it permits
to know whether recv() will block or not...  If that's not the case,
it's a bug in the select() implementation.

Samuel

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDE=
VDEV