> 1) did you experience any scalability problems with web2py?
More of an efficiency problem: web2py's exec magic means models, views
and controllers are read, parsed and compiled for every request on
GAE.
> 2) How large did you scale it?
Not large
> 3) What are the features that you believe are missing in web2py and
> you would like to see in future versions?
Models, Views and Controllers as classes, so you can mixin new
behavior without copy-paste
Environment modes (development, testing, production)
Better plugin semantics (versioning, dependencies)
Use WSGI middleware to customize applications (caching, routes,
exception handling)
Fix template nesting bug
Named routes, RESTful routes
MVC caching
> 4) How does it compare do other web frameworks that you have used?"
Web2py is the most productive and thanks to GAE most scalable
framework I have seen, but making web2py more productive requires
changes that break backwards compatibility, so you need version 2.0 or
a new framework...
Robin
On Nov 28, 8:46 am, mdipierro <
mdipie...@cs.depaul.edu> wrote:
> Hi 43gm,
>
> if I understand your email you are seeking critiques form other users.
> You are particularly interested in potential scalability problems. did
> I understand?
>
> If I do I would rephrase your request into the following explicit
> questions to the users:
>
> 1) did you experience any scalability problems with web2py?
> 2) How large did you scale it?
> 3) What are the features that you believe are missing in web2py and
> you would like to see in future versions?
> 4) How does it compare do other web frameworks that you have used?"
>
> You also express one critique about the use of the word "enterprise"
> in the name. That is explained herehttp://
mdp.cti.depaul.edu/AlterEgo/default/show/166