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


Groups > comp.lang.python > #66591 > unrolled thread

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

Started byChris Angelico <rosuav@gmail.com>
First post2014-02-17 18:14 +1100
Last post2014-02-17 18:14 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromChris Angelico <rosuav@gmail.com>
Date2014-02-17 18:14 +1100
SubjectRe: select(sock) indicates not-ready, but sock.recv does not block
Message-ID<mailman.7085.1392621286.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web