Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #13095

Re: using python in web applications

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <tyler@tysdomain.com>
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; 'frameworks': 0.04; 'subject:using': 0.04; 'replied': 0.07; 'python': 0.08; 'cherrypy': 0.09; 'relational': 0.09; 'subject:python': 0.11; 'efficiency.': 0.16; 'from:addr:tyler': 0.16; 'from:addr:tysdomain.com': 0.16; 'from:name:littlefield, tyler': 0.16; 'head,': 0.16; 'light-weight': 0.16; 'message- id:@tysdomain.com': 0.16; 'received:69.164': 0.16; 'received:69.164.206': 0.16; 'received:69.164.206.65': 0.16; 'received:tds-solutions.net': 0.16; 'relevance': 0.16; 'reply- to:addr:tyler': 0.16; 'reply-to:addr:tysdomain.com': 0.16; 'stackless': 0.16; 'wrote:': 0.16; 'linux': 0.17; 'stick': 0.18; 'issue.': 0.19; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; 'url:code': 0.23; 'pm,': 0.24; 'guess': 0.26; 'fine': 0.26; 'thanks.': 0.26; "i'm": 0.27; 'subject:web': 0.28; 'server': 0.29; 'mapping': 0.29; 'django': 0.29; 'connected': 0.29; 'version': 0.32; 'list': 0.32; 'to:addr:python-list': 0.33; "i'll": 0.34; 'header:User-Agent:1': 0.34; 'rather': 0.35; '(with': 0.35; 'object': 0.35; 'rapid': 0.37; 'but': 0.37; 'could': 0.38; 'some': 0.38; 'subject:: ': 0.39; 'received:192': 0.39; 'solving': 0.39; 'to:addr:python.org': 0.39; "it's": 0.40; 'url:net': 0.60; 'more': 0.60; 'kind': 0.61; 'url:p': 0.62; 'care,': 0.64; 'engine': 0.71; 'header:Reply-To:1': 0.71; 'reply-to:no real name:2**0': 0.71; 'low': 0.73; 'serious': 0.78; 'awesome,': 0.84; 'mmorpg': 0.84; 'templates)': 0.84; 'wanted,': 0.84
X-Spam-Checker-Version SpamAssassin 3.3.1 (2010-03-16) on wuff
X-Spam-Level
X-Spam-Status No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.1
Date Sat, 10 Sep 2011 18:50:21 -0600
From "Littlefield, Tyler" <tyler@tysdomain.com>
User-Agent Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.22) Gecko/20110902 Lightning/1.0b2 Thunderbird/3.1.14
MIME-Version 1.0
To python-list@python.org
Subject Re: using python in web applications
References <mailman.924.1315626929.27778.python-list@python.org> <53b67f0d-509a-46c4-83c8-7b9783ff1b5c@glegroupsg2000goo.googlegroups.com>
In-Reply-To <53b67f0d-509a-46c4-83c8-7b9783ff1b5c@glegroupsg2000goo.googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
Reply-To tyler@tysdomain.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>
Newsgroups comp.lang.python
Message-ID <mailman.960.1315702295.27778.python-list@python.org> (permalink)
Lines 29
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1315702295 news.xs4all.nl 2412 [2001:888:2000:d::a6]:42209
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:13095

Show key headers only | View raw


On 9/10/2011 5:35 PM, Laurent wrote:
> [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]
>
I replied to that one off list I guess, but I figured Django was way 
more overhead than I wanted, doesn't really fit with solving the speed 
issue.

> "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.

Awesome, thanks. I'm new to this, so some of that flew over my head, but 
I'll take a look at all of them. I'm not sure of the relevance of 
stackless in this case; I was looking into PyPy, but I'm not really sure 
whether that can be connected with nginx. I guess I could just write the 
web server in Python and use it from that point.

-- 

Take care,
Ty
Web: http://tds-solutions.net
The Aspen project: a light-weight barebones mud engine
http://code.google.com/p/aspenmud

Sent from my toaster.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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