Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #13089
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <laurent.payot@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.009 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'frameworks': 0.04; 'subject:using': 0.04; 'python': 0.08; 'cherrypy': 0.09; 'message- id:@glegroupsg2000goo.googlegroups.com': 0.09; 'relational': 0.09; 'reply-to:addr:comp.lang.python': 0.09; 'to:addr:comp.lang.python': 0.09; 'subject:python': 0.11; 'efficiency.': 0.16; 'stackless': 0.16; 'cc:addr:python-list': 0.16; 'linux': 0.17; 'stick': 0.18; 'header:In-Reply-To:1': 0.22; 'fine': 0.26; 'subject:web': 0.28; 'mapping': 0.29; 'cc:addr:python.org': 0.30; 'version': 0.32; 'header:User- Agent:1': 0.34; 'rather': 0.35; '(with': 0.35; 'object': 0.35; 'cc:2**1': 0.36; 'rapid': 0.37; 'some': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; "it's": 0.40; 'kind': 0.61; 'header:Reply-To:1': 0.71; 'reply-to:no real name:2**0': 0.71; 'low': 0.73; 'reply- to:addr:googlegroups.com': 0.74; 'serious': 0.78; 'mmorpg': 0.84; 'templates)': 0.84 |
| Newsgroups | comp.lang.python |
| Date | Sat, 10 Sep 2011 16:35:28 -0700 (PDT) |
| In-Reply-To | <mailman.924.1315626929.27778.python-list@python.org> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=82.239.111.183; posting-account=v7uz7AoAAADrY3ej1N8wVPiFcnr81fn4 |
| References | <mailman.924.1315626929.27778.python-list@python.org> |
| User-Agent | G2/1.0 |
| X-Google-Web-Client | true |
| MIME-Version | 1.0 |
| Subject | Re: using python in web applications |
| From | Laurent <laurent.payot@gmail.com> |
| To | comp.lang.python@googlegroups.com |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| Reply-To | comp.lang.python@googlegroups.com |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Message-ID | <mailman.954.1315697736.27778.python-list@python.org> (permalink) |
| Lines | 7 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1315697736 news.xs4all.nl 2420 [2001:888:2000:d::a6]:44848 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:13089 |
Show key headers only | View raw
[troll] For a serious web based MMO you'd rather stick to low level and forget about bloated Object Relational Mapping java-like layered kind of frameworks that are made for Rapid Applications Development, not for efficiency. [/troll] "Eve Online", a well known MMORPG was developped with stackless python : http://highscalability.com/eve-online-architecture You mentioned nginx so I can tell you I personally use Linux + nginx + mongodb (pymongo) + Python 3 version of cherrypy (with Mako templates) and it's working fine after some tuning.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
using python in web applications "Littlefield, Tyler" <tyler@tysdomain.com> - 2011-09-09 21:54 -0600
Re: using python in web applications Ben Finney <ben+python@benfinney.id.au> - 2011-09-10 14:19 +1000
Re: using python in web applications "Littlefield, Tyler" <tyler@tysdomain.com> - 2011-09-10 14:53 -0600
Re: using python in web applications Laurent <laurent.payot@gmail.com> - 2011-09-10 16:35 -0700
Re: using python in web applications Laurent <laurent.payot@gmail.com> - 2011-09-10 16:35 -0700
Re: using python in web applications "Littlefield, Tyler" <tyler@tysdomain.com> - 2011-09-10 18:50 -0600
Re: using python in web applications Chris Angelico <rosuav@gmail.com> - 2011-09-11 13:53 +1000
Re: using python in web applications Alan Plum <me@alanplum.com> - 2011-09-15 15:24 +0200
Re: using python in web applications Roy Smith <roy@panix.com> - 2011-09-15 09:42 -0400
Re: using python in web applications Laurent <laurent.payot@gmail.com> - 2011-09-10 20:21 -0700
Re: using python in web applications Laurent <laurent.payot@gmail.com> - 2011-09-10 20:21 -0700
Re: using python in web applications Tim Roberts <timr@probo.com> - 2011-09-11 11:48 -0700
Re: using python in web applications hidura@gmail.com - 2011-09-11 19:53 +0000
Re: using python in web applications Laurent <laurent.payot@gmail.com> - 2011-09-11 12:22 -0700
Re: using python in web applications Laurent <laurent.payot@gmail.com> - 2011-09-11 12:22 -0700
Re: using python in web applications alex23 <wuwei23@gmail.com> - 2011-09-12 23:56 -0700
csiph-web