i'm looking at porting some stuff over, and after reading the docs have a few concerns:
- under pylons i have multiple db connections : read, write, log, admin-write, etc. each has different db permissions to ensure security and tie in with clustering. all the Pyramid examples I've seen revolve around a single db connection. - the docs talk about not using pylons globals. would love an overview of their counterparts or deprecations. i'm quite worried about "g" and some other .97 conventions that are abundant in my apps. On Jan 14, 10:53 pm, Mike Orr <[email protected]> wrote: > Hi all, I'm starting an article on Pyramid for Pylons 1 users, > focusing on the differences between the frameworks and how to do > familiar things in Pyramid. It'll also cover add-on stuff like forms > and auth, or at least list the alternatives available. > > I'm wondering if there are any particular questions people would like > included. If so, please email them to me. > > -- > Mike Orr <[email protected]> -- 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.
