Hello There,
I am developing an application that uses sqlalchemy and the py
processing packages. My question is this, what is the best practice
for using sessions in this type of app. Each subprocess needs to
access my db to get work, so currently I am starting a scoped session
in the run method of the class and using that session for all db work
within that subprocess. Is that the optimal way, or is there a better
way of working?

thanks,
Matt
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to