Benchmarks indicate it is taking as much as 20% of request handling
time (not including the user action).
The question is why is it even necessary to use this "registry"
facility ?

Similarly, other request handling operations such as creating the
request object may also be redundant, because the user may not be
interested in all the attributes of the request object. So wouldn't it
be better to provide those things on-demand (that is using a call
interface to get things such as params, etc) instead of creating all
that stuff by default even when it may not be needed ?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to