I have created a SQLAlchemy model that accepts a database connection string and uses/manipulates data for that database. This model is to be used by different threads, and each thread can set a new database connection string to use.
Now I need to make sure that each thread sets the connection for the model and uses that instance of the model. Any hints please? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

