usually it means mutiple threads are hitting a single Session and/or  
connection.  keep in mind all objects attached to a session are an  
extension of that session's state and similarly cannot be shared among  
threads unless detached.


On Jun 6, 2009, at 1:03 AM, Michael Mileusnich wrote:

> I am using a scoped session in my sql alchemy app.  Can anybody help  
> me with what this error means:
> Session is already flushing
> _mysql_exceptions.ProgrammingError: (2014, "Commands out of sync;  
> you can't run this command now"5
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
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