Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #108716
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Gene Heskett <gheskett@wdtv.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: OT: limit number of connections from browser to my server? |
| Date | Tue, 17 May 2016 01:26:22 -0400 |
| Lines | 22 |
| Message-ID | <mailman.43.1463463192.19823.python-list@python.org> (permalink) |
| References | <nhcr5g$o1k$1@ger.gmane.org> <573a86de$0$1587$c3e8da3$5496439d@news.astraweb.com> <CAPTjJmqfiF-w11=0eUmbOPmcAyatq_3qAJPhayv-B9g6EEBQ+Q@mail.gmail.com> <201605170126.22319.gheskett@wdtv.com> |
| Mime-Version | 1.0 |
| Content-Type | Text/Plain; charset="iso-8859-1" |
| Content-Transfer-Encoding | 7bit |
| X-Trace | news.uni-berlin.de BZVSRJKf8WDxuRiTq3oihQUu3EF+m5MhoTIYOMKAzgvg== |
| Return-Path | <gheskett@wdtv.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.051 |
| X-Spam-Evidence | '*H*': 0.90; '*S*': 0.00; 'subject:number': 0.07; '*almost*': 0.16; '12:50': 0.16; '2016': 0.16; 'mean,': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'seconds.': 0.16; 'soap,': 0.16; 'subject:limit': 0.16; 'subject:server': 0.16; 'wrote:': 0.16; 'stick': 0.18; 'cheers,': 0.22; 'header:In-Reply- To:1': 0.24; 'header:User-Agent:1': 0.26; 'chris': 0.26; 'room': 0.27; 'maybe': 0.33; "d'aprano": 0.33; 'steven': 0.33; 'tue,': 0.34; 'could': 0.35; 'serve': 0.36; 'url:non-standard http port': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:66': 0.38; 'files': 0.38; 'copying': 0.38; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'forget': 0.60; 'your': 0.60; 'header:Message-Id:1': 0.61; 'received:204': 0.75; 'chrisa': 0.84; 'hand.': 0.84; 'walking': 0.91; 'hand,': 0.97 |
| X-Spam-Status | No, score=1.1 required=5.0 |
| X-Spam-Level | + |
| User-Agent | KMail/1.9.10 (enterprise35 0.20100827.1168748) |
| In-Reply-To | <CAPTjJmqfiF-w11=0eUmbOPmcAyatq_3qAJPhayv-B9g6EEBQ+Q@mail.gmail.com> |
| X-KMail-QuotePrefix | > |
| Content-Disposition | inline |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.22 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <201605170126.22319.gheskett@wdtv.com> |
| X-Mailman-Original-References | <nhcr5g$o1k$1@ger.gmane.org> <573a86de$0$1587$c3e8da3$5496439d@news.astraweb.com> <CAPTjJmqfiF-w11=0eUmbOPmcAyatq_3qAJPhayv-B9g6EEBQ+Q@mail.gmail.com> |
| Xref | csiph.com comp.lang.python:108716 |
Show key headers only | View raw
On Monday 16 May 2016 23:02:07 Chris Angelico wrote: > On Tue, May 17, 2016 at 12:50 PM, Steven D'Aprano <steve@pearwood.info> wrote: > > How can you not serve a web page over your LAN in 15s? > > > > I mean, you could *almost* do it by hand, copying the files onto a > > USB stick and walking them across the room in 15 seconds. Maybe 30. > > Don't forget to encrypt them by hand. > > ChrisA Yes, rot13, twice for good measure... Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." -Ed Howdershelt (Author) Genes Web page <http://geneslinuxbox.net:6309/gene>
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: OT: limit number of connections from browser to my server? Chris Angelico <rosuav@gmail.com> - 2016-05-17 02:15 +1000
Re: OT: limit number of connections from browser to my server? Rob Gaddi <rgaddi@highlandtechnology.invalid> - 2016-05-16 16:34 +0000
Re: OT: limit number of connections from browser to my server? Chris Angelico <rosuav@gmail.com> - 2016-05-17 02:52 +1000
Re: OT: limit number of connections from browser to my server? Steven D'Aprano <steve@pearwood.info> - 2016-05-17 12:50 +1000
Re: OT: limit number of connections from browser to my server? Chris Angelico <rosuav@gmail.com> - 2016-05-17 13:02 +1000
Re: OT: limit number of connections from browser to my server? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-05-17 15:22 +1000
Re: OT: limit number of connections from browser to my server? Gene Heskett <gheskett@wdtv.com> - 2016-05-17 01:26 -0400
Re: OT: limit number of connections from browser to my server? Rob Gaddi <rgaddi@highlandtechnology.invalid> - 2016-05-17 16:59 +0000
Re: OT: limit number of connections from browser to my server? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-17 18:42 +0000
Re: OT: limit number of connections from browser to my server? Paul Rubin <no.email@nospam.invalid> - 2016-05-29 22:03 -0700
Re: OT: limit number of connections from browser to my server? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-31 15:31 +0000
Re: OT: limit number of connections from browser to my server? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-05-17 18:28 -0400
Re: OT: limit number of connections from browser to my server? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-18 13:58 +0000
Re: OT: limit number of connections from browser to my server? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-16 19:19 +0000
Re: OT: limit number of connections from browser to my server? Rob Gaddi <rgaddi@highlandtechnology.invalid> - 2016-05-16 20:09 +0000
Re: OT: limit number of connections from browser to my server? Paul Rubin <no.email@nospam.invalid> - 2016-05-16 13:41 -0700
Re: OT: limit number of connections from browser to my server? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-16 21:32 +0000
Re: OT: limit number of connections from browser to my server? Paul Rubin <no.email@nospam.invalid> - 2016-05-29 22:00 -0700
csiph-web