On Jul 13, 2007, at 1:47 AM, Arun Kumar PG wrote:

> Hi Guys,
>
> I am getting this error when multiple requests are coming to the  
> application and following this the my server crashes!
>
> FYI:
> I am using MySQLDb library and connextions are managed by  
> sqlalchemy.pool
>
> ProgrammingError: (2014, "Commands out of sync; you can't run this  
> command now")
>
> I know it's a MySQL error but has anyone encountered this while  
> using SQL Alchemy ? Quick help will be appreciated.
>


dont share connections or sessions between threads.




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