Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31391
| From | Andriy Kornatskyy <andriy.kornatskyy@live.com> |
|---|---|
| Subject | RE: Fastest web framework |
| Date | 2012-10-16 14:49 +0300 |
| References | <8b51748d-0517-4b1d-a0a6-e8fa06dd4b68@r10g2000pbd.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2266.1350388247.27098.python-list@python.org> (permalink) |
Alex, Thank you, see my answers inline to your comments: > Performance speed is possibly the least interesting aspect of web > frameworks; Performance and effectivity are related metrics. Longer feature list can not explain why it less effective. An answer to effectivity question might be related to: - code quality (we have PEP8) - architectural decisions taken - core team experience - historical path, etc. > ease of use & readily re-usable 3rd party code figures > much higher, IMO. I think these are very valid requirements for the modern web framework. I believe all web frameworks are easy to use (... some too seriously take this?), of cause readability/flexibility counts. There is a problem with 3rd party code... it should evolve with framework... so good one become a part of it. 3rd party UI things are good, until you start `customize` them, patch, workaround, etc. This is where pain come from. However, there are exceptions. Can you name few? > Rather than constantly hammer on about performance, > maybe you could take the time to explain any other advantages your > framework provides. Let me state this: "wheezy.web let you design web application to be able run it at the speed of `hello world`, even database driven one". Here is how: use content caching with cache dependency. Read more: http://packages.python.org/wheezy.http/userguide.html#content-cache Invest 30 minutes to understand it: http://packages.python.org/wheezy.web/tutorial.html All web frameworks are good, some better. It is important what you see as an advantage... Thanks. Andriy Kornatskyy ---------------------------------------- > Date: Mon, 15 Oct 2012 18:26:16 -0700 > Subject: Re: Fastest web framework > From: wuwei23@gmail.com > To: python-list@python.org > > On Oct 15, 11:40 pm, Andriy Kornatskyy <andriy.kornats...@live.com> > wrote: >> Comments or suggestions are welcome. > > Performance speed is possibly the least interesting aspect of web > frameworks; ease of use & readily re-usable 3rd party code figures > much higher, IMO. Rather than constantly hammer on about performance, > maybe you could take the time to explain any other advantages your > framework provides. > -- > http://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
RE: Fastest web framework Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-10-15 16:39 +0300
Re: Fastest web framework alex23 <wuwei23@gmail.com> - 2012-10-15 18:26 -0700
RE: Fastest web framework Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-10-16 14:49 +0300
Re: Fastest web framework Demian Brecht <demianbrecht@gmail.com> - 2012-10-16 07:08 -0700
RE: Fastest web framework Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-10-16 17:47 +0300
Re: Fastest web framework Demian Brecht <demianbrecht@gmail.com> - 2012-10-16 09:07 -0700
RE: Fastest web framework Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-10-16 19:35 +0300
RE: Fastest web framework Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-10-26 13:53 +0300
csiph-web