Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40508
| Date | 2013-03-05 09:53 +0100 |
|---|---|
| From | Werner Thie <werner@thieprojects.ch> |
| Subject | Re: Twisted or Tornado? |
| References | <f2fafd69-0604-4026-8253-8cacdabdbe64@googlegroups.com> <512FF8C5.3090209@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2871.1362473584.2939.python-list@python.org> (permalink) |
Hi On 3/1/13 1:39 AM, Michael Torrie wrote: > On 02/28/2013 05:28 PM, Jake Angulo wrote: >> My requirements for this framework in descending order: 1) Easy to >> use API 2) Widely available documentation / Examples / Community >> contributions 3) Feature-wise - kinda most that you commonly need is >> there I'm happy with twisted programming browser based multi-player games for several years now. I wouldn't say that the learning curve was steep, rather the opposite, but the gain from a clean async programming model as it is implemented in twisted really makes the difference for me, not only in writing games, but even more in maintaining them long term. It's also interesting to see, that this clean async model of twisted and its host of already provided protocols allowed me to implement solutions in notoriously problematic areas like overall stability, fault tolerance, load induced behavior, server analysis, multicore/multimachine capabilities and hot deployment with ease. Cheers, Werner
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Twisted or Tornado? Jake Angulo <jake.angulo@gmail.com> - 2013-02-28 16:28 -0800 Re: Twisted or Tornado? Michael Torrie <torriem@gmail.com> - 2013-02-28 17:39 -0700 Re: Twisted or Tornado? Sven <svenito@gmail.com> - 2013-03-01 09:25 +0000 RE: Twisted or Tornado? Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2013-03-01 12:55 +0300 Re: Twisted or Tornado? Jake Angulo <jake.angulo@gmail.com> - 2013-03-04 10:35 +1100 Re: Twisted or Tornado? Michael Torrie <torriem@gmail.com> - 2013-03-03 19:40 -0700 RE: Twisted or Tornado? Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2013-03-05 11:07 +0300 Re: Twisted or Tornado? Werner Thie <werner@thieprojects.ch> - 2013-03-05 09:53 +0100 Re: Twisted or Tornado? system.healer@gmail.com - 2013-03-05 19:30 -0800
csiph-web