Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #13089
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2011-09-10 16:35 -0700 |
| References | <mailman.924.1315626929.27778.python-list@python.org> |
| Subject | Re: using python in web applications |
| From | Laurent <laurent.payot@gmail.com> |
| Message-ID | <mailman.954.1315697736.27778.python-list@python.org> (permalink) |
[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