Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #108741
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Grant Edwards <grant.b.edwards@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: OT: limit number of connections from browser to my server? |
| Date | Tue, 17 May 2016 14:23:57 +0000 (UTC) |
| Lines | 18 |
| Message-ID | <mailman.60.1463495106.19823.python-list@python.org> (permalink) |
| References | <nhcr5g$o1k$1@ger.gmane.org> <mailman.17.1463414817.19823.python-list@python.org> <5739ff37$0$1605$c3e8da3$5496439d@news.astraweb.com> <nhdgem$u2u$1@ger.gmane.org> <mailman.37.1463436577.19823.python-list@python.org> <dpvqndFj7hlU1@mid.individual.net> <874m9xgq2p.fsf@elektro.pacujo.net> <nhf9ht$cel$2@ger.gmane.org> |
| X-Trace | news.uni-berlin.de kmt5WxpRQOKpwpRdicllkAvwkspFLmLqnWLz8U0thLIg== |
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:number': 0.07; 'page?': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:qwest.net': 0.09; 'toss': 0.09; 'files.': 0.13; 'dental': 0.16; 'gregory': 0.16; 'plan.': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:limit': 0.16; 'subject:server': 0.16; 'wrote:': 0.16; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'separate': 0.27; 'css': 0.27; 'work.': 0.30; 'somebody': 0.30; 'could': 0.35; 'instead': 0.36; 'there': 0.36; 'to:addr:python- list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'received:org': 0.37; 'stuff': 0.38; 'thank': 0.38; 'data': 0.39; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'customized': 0.61; 'no.': 0.62; 'inline': 0.63; 'more': 0.63; 'you.': 0.64; 'logos,': 0.84; 'edwards': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| X-Gmane-NNTP-Posting-Host | 67-130-15-94.dia.static.qwest.net |
| User-Agent | slrn/1.0.2 (Linux) |
| 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 | <nhf9ht$cel$2@ger.gmane.org> |
| X-Mailman-Original-References | <nhcr5g$o1k$1@ger.gmane.org> <mailman.17.1463414817.19823.python-list@python.org> <5739ff37$0$1605$c3e8da3$5496439d@news.astraweb.com> <nhdgem$u2u$1@ger.gmane.org> <mailman.37.1463436577.19823.python-list@python.org> <dpvqndFj7hlU1@mid.individual.net> <874m9xgq2p.fsf@elektro.pacujo.net> |
| Xref | csiph.com comp.lang.python:108741 |
Show key headers only | View raw
On 2016-05-17, Marko Rauhamaa <marko@pacujo.net> wrote:
> Gregory Ewing <greg.ewing@canterbury.ac.nz>:
>
>> Is there some way you can get more stuff into a single
>> html page? For example, use inline css and image data
>> instead of delivering them as separate files.
>
> Better yet, is there some way you could send less stuff?
No. Somebody else decides what the pages look like and behaves. I
don't get to toss out logos, background images, customized checkbox
glyphs, etc. I get to make it work. :)
--
Grant Edwards grant.b.edwards Yow! I have a very good
at DENTAL PLAN. Thank you.
gmail.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
OT: limit number of connections from browser to my server? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-16 16:06 +0000
Re: OT: limit number of connections from browser to my server? Steven D'Aprano <steve@pearwood.info> - 2016-05-17 03:11 +1000
Re: OT: limit number of connections from browser to my server? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-16 19:28 +0000
Re: OT: limit number of connections from browser to my server? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-16 22:09 +0000
Re: OT: limit number of connections from browser to my server? Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2016-05-17 18:06 +1200
Re: OT: limit number of connections from browser to my server? Marko Rauhamaa <marko@pacujo.net> - 2016-05-17 09:23 +0300
Re: OT: limit number of connections from browser to my server? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-17 14:23 +0000
Re: OT: limit number of connections from browser to my server? Grant Edwards <grant.b.edwards@gmail.com> - 2016-05-17 14:22 +0000
csiph-web