#880: Streamline Identity
--------------------------------+-------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: CherryPy | Version: 0.9a5
Severity: normal | Keywords:
--------------------------------+-------------------------------------------
Identity right now is a bit hard on the CPU and Database
a- the id check is implemented in a __getatrribute__ overrride, and
runs the actual id validation numerous times per request
b- the id check hits the db ever time, not storing info in a cookie as
it could/should
In this google groups thread, i submitted an approaching using the
cherrypy filtering system
http://groups.google.com/group/turbogears/browse_frm/thread/82a94dc092a3afec/
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/880>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" 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/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---