Hi, when a request comes into my webapp, pylons makes a shiny new threadlocal Session for this request (thread), and it's perfectly fine. However, after returning the result to the client, I want to be able to continue processing in a separate thread, but not use another session (another db connection) and continue using the existing one.
Is there a way to accomplish this? Thanks in advance, Igor Katson. -- 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.
