Usability is *not* the biggest problem with Pylons OR Pyramid. Pyramid has a bit of a learning curve but it's because Pyramid doesn't make all of the decisions FOR YOU. It allows you to mix and match many different technologies to meet your requirements.
If you have a high-load website you can get down and dirty with Pyramid (it's EASY! Django is not so easy to do that with). You can use technologies that are more domain specific, or unusual for your requirements. You won't be forced into specific paradigm. I believe it is not Pyramid that is the problem. I am using Pyramid for my startup, VERY HIGH VOLUME traffic application and Pyramid rocks the socks off of Pylons, Django, and many other frameworks. Pyramid, is very "real world" focused!!! Spend some time with the docs, build a play app so you understand how it all works, get to know it - you will be pleasantly surprised. KlenPJ hopIJQy <[email protected]> writes: > Usability is the most biggest problem of Pylons Pyramid. > > I am newer to Pylons Pyramid. i am care about the usability. > > when we want to built a biggest heavily load website , we care about how > could we handler the heavily request. > > but via pyramid document, we could not find out the right answer. > > what ever the code write , it needs to be running on the real server. > > we should focus on the real world. > > > i need real tech white paper about how to built high load website. such > as a hot online trade site, a hot forum, a hot web game. -- Parnell "ixmatus" Springmeyer (http://ixmat.us) -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
