I've got a thread that creates a new instances (connected to a realtime interface), a main thread, and a pool of threads that *does stuff* to my instances. After *the stuff* is done, they usually get written to the database by the main thread.
What's the right way to remove these things from whatever session they're in when they are created, live unattached in the Queue, and then reattach them to the session where *stuff* might need doing? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
