Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #13095
| Date | 2011-09-10 18:50 -0600 |
|---|---|
| From | "Littlefield, Tyler" <tyler@tysdomain.com> |
| Subject | Re: using python in web applications |
| References | <mailman.924.1315626929.27778.python-list@python.org> <53b67f0d-509a-46c4-83c8-7b9783ff1b5c@glegroupsg2000goo.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.960.1315702295.27778.python-list@python.org> (permalink) |
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 | 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