Hi All,

I have a web application where I have multiple DAOs that may be called
during phases within a request. Since I want to make sure that I get the
same session with every DAO I was wondering if I can add a runtime session
attribute to the current thread returned Python's threading.currentThread()
as soon as a request hits the application.

I will be happy if someone can share approach for using SessionContext in
case of a web application so that every request is associated with the same
session/

thx.

- A

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" 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/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to