I have a bit of code that generates a few lists based on data in the active `.ini`
These lists will never change for the lifetime of the process. Right now I'm just hitting request.registry.settings on every request - but this just makes me feel like I'm being lazy. Is there a good place to just parse this stuff into structured data once? I'm thinking the ApplicationCreated event would be good -- then I could either stash it in the registry or a global namespace. Does that sound okay? -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
