Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Is it possiable to find the fastest ones of dns servers from a huge number of them fastly with python? Date: Wed, 2 Mar 2016 16:59:24 +1100 Lines: 13 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de Fs87BvKFYUEmhYm/L6xpzQKe6OisD4o5HNHGma1qV07g== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:number': 0.07; 'cc:addr:python-list': 0.09; 'python': 0.10; 'subject:python': 0.14; 'wed,': 0.15; 'subject: \n ': 0.15; '2016': 0.16; 'box?': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:fastest': 0.16; 'wrote:': 0.16; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'header:In-Reply-To:1': 0.24; "i've": 0.25; 'message- id:@mail.gmail.com': 0.27; 'fastest': 0.27; 'received:google.com': 0.35; 'ones': 0.35; 'received:209.85': 0.36; 'possible': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'google': 0.39; 'why': 0.39; 'test': 0.39; 'subject:from': 0.39; 'subject:the': 0.39; 'subject:with': 0.40; 'mar': 0.65; 'chrisa': 0.84; 'to:none': 0.91; '"how': 0.91; 'subject:find': 0.91 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:cc; bh=7HTU0a2uP3akxj7pkI2uvn/rJKSvUl16om4txV5It2Y=; b=B/fySsSJ/PFsCP/t3laJiJyRR/pC0B4KTfLw1SLJ+2BKvm4D3YfJuRXcsIu+NzubTt ++qjuFLwiS9Ppr62rKHrxQWVUZnyZfLp9EV1sVxLj3sONMPrwSZQFO7Fq+iHjt+PB6js L5q9n0nPK+hG6FVHeM3hZNQUkms9qyfQ5/Wa2nb9mmCFzdyT6fRL6X6cMHeW8Q26CsW7 a6Ys4bCNTVXsMbTDPG6toA7iQkeVcRIP+FLYEuaOdiOlQpduOOIM6RISzJBqyjYPA5lH wUV0jumkBkp0zfQOv7b9aCg/eEwcvdzJJnzJ+KPBgW6CPpMf1/HDOoI/AnEzTBAvdPIW hH1g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:cc; bh=7HTU0a2uP3akxj7pkI2uvn/rJKSvUl16om4txV5It2Y=; b=JRwoD9AwydzvFUcddOTrEFoFera5wyxHBCeRiwaUQqMjpRRhrl767GO8KqwkOtxobH D/CGDuuRoalBUxeYHanMLAPYXXoOResMFZo0XhOmANs+r55DVqrm49GyQR76QpOcGnim jvHkjYXBmV9K6rJpF1iZ966G7E7jAB144VeQyyfn01AzLOtsiMyXFMnCihBZ3/ZgGOBX EAzNuDrP5b10fAKiYfW1pAtaIc3Bc2dnO//+qDmaC+p0LLY9eByAtSuf6Ds122vSLTDT yWafjSPCu3QqGdsP5PekvW39L/8o/ZgNinDhnHB3LEhXl2GXtk+8vZNCalgHDwVG4T3t XZiA== X-Gm-Message-State: AD7BkJITzrOGZBMmHUsEeRLHar0strU7GP526ECev9FvMQLz9mTTX6BqKT7sU2CG0OcCepX7NFA5maQ7l5W+kg== X-Received: by 10.50.28.105 with SMTP id a9mr3067755igh.94.1456898364735; Tue, 01 Mar 2016 21:59:24 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:103841 On Wed, Mar 2, 2016 at 4:48 PM, Hongyi Zhao wrote: > I've a huge number of dns servers, around +5000, and I want to find > the top 50 fastest ones out of them for my location. > > Is it possible for this type of thing using python under my Debian Jessie > box? > Yep! Google "how to get busted for denial of service attacks". Why would you want to test that many DNS servers? ChrisA