Hi list, I'm writing multiuser application using TG. My task is specific because I need to use existing database(postgresql). All application logics is implemented as database functions/ procedures. User that is logging in to application sets global session variables in db.They are used to prepare all views and api for usage in context of currently logged in user in one session. usage of model in my case is only for reading. inserting data is performed by pg functions/procedures. I wonder has anyone any experience of the creation application in TG that will allow to open new connection to db for each new logging in user? how to implements correctly such functionality in TG?
regards, AS --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

