Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'pop': 0.05; 'skip:/ 10': 0.09; 'used.': 0.09; 'subject:How': 0.10; 'random': 0.14; '"real"': 0.16; 'block.': 0.16; 'blocking': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'shot.': 0.16; 'subject:limit': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'regardless': 0.24; 'source': 0.25; 'possibly': 0.26; 'least': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'that.': 0.31; 'libraries': 0.31; 'os,': 0.31; "we're": 0.32; 'another': 0.32; 'entirely': 0.33; 'sources': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'subject:?': 0.36; 'connections': 0.38; 'nov': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'name': 0.63; 'more': 0.64; 'worth': 0.66; 'wish': 0.70; 'lack': 0.78; 'by.': 0.84; 'subject:tell': 0.84; 'edwards': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=lzE/VEge0E6gQ1T5YCK6fRmoELETUCAaYMSBXOLHnUY=; b=jx0lfIkxtarpTYpvLa/VWVCJhZKiNXlDjLkoAgwGT1XymQHGlaUzzb08uIKAOvldla 68CV1g1rSSPFyGRZf8TphHw02bCL7LtOxxjlGP5SLZv9cCmIZfcM72n/xVneBP2A9h5I wRrDamm9KAoQiGgvX1+VAFGEjjLjNkKYIrQvyk53hpBFgHekD9MLJqP4HhfQPbdwLX9h VGSsui7HR7hSZIP2ktT5s2hZe6ybaeJOOcTxRM6/fVMBXAa267cvNDRPCEt2FhlqrPoF q+0okRBSDdFLKHOKkpmxjjB296NuXbNY3LyfKOGUZUVFOh5hBF97QDEpocev3yhWWBQJ agsQ== MIME-Version: 1.0 X-Received: by 10.68.191.3 with SMTP id gu3mr16811616pbc.142.1383946143209; Fri, 08 Nov 2013 13:29:03 -0800 (PST) In-Reply-To: References: Date: Sat, 9 Nov 2013 08:29:03 +1100 Subject: Re: OT: How to tell an HTTP client to limit parallel connections? From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383946152 news.xs4all.nl 15892 [2001:888:2000:d::a6]:59295 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58868 On Sat, Nov 9, 2013 at 8:14 AM, Grant Edwards wrote: >> or are your connections blocking for lack of entropy? > > Nope. The cyrpto libraries we're using don't do that. I'm not > entirely happy with the entropy generation used. I wish I had more > sources of "real" randomness, but at least they don't block. > >> You might be able to add another source of random bits, or possibly >> reduce security a bit by allowing less-secure randomness from >> /dev/urandom. > > It's not Unix-like OS, but that's more or less what's happening. And pop goes another theory. I knew you'd know what I mean by /dev/urandom, regardless of the name you'd actually reference it by. Oh well, worth a shot. ChrisA