Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #66591

Re: select(sock) indicates not-ready, but sock.recv does not block

References <87a9dq9rh1.fsf@vostro.rath.org>
Date 2014-02-17 18:14 +1100
Subject Re: select(sock) indicates not-ready, but sock.recv does not block
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.7085.1392621286.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Mon, Feb 17, 2014 at 5:35 PM, Nikolaus Rath <Nikolaus@rath.org> wrote:
> Hello,
>
> I have a problem with using select. I can reliably reproduce a situation ...

Can you reproduce it with a reasonably short amount of code? If so,
please post it.

> I'm running Python 3.3.3 under Linux 3.12.

Do you mean Linux kernel 3.12 (in which case, which distro?), or is
this the version number of a distribution (and if so, which?)?

ChrisA

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: select(sock) indicates not-ready, but sock.recv does not block Chris Angelico <rosuav@gmail.com> - 2014-02-17 18:14 +1100

csiph-web