[sqlalchemy] Re: DB Operational Error

2008-11-04 Thread Raoul Snyman
Hi Michael, On Nov 2, 1:07 am, Michael Bayer [EMAIL PROTECTED] wrote: look into the pool_recycle option described athttp://www.sqlalchemy.org/docs/05/dbengine.html I'm also getting these errors, and I have pool_recycle, pool_size and max_cycle set. I'm using Pylons, SQLAlchemy 0.5 and

[sqlalchemy] Re: DB Operational Error

2008-11-04 Thread [EMAIL PROTECTED]
On Nov 4, 3:36 am, Raoul Snyman [EMAIL PROTECTED] wrote: Hi Michael, On Nov 2, 1:07 am, Michael Bayer [EMAIL PROTECTED] wrote: look into the pool_recycle option described athttp://www.sqlalchemy.org/docs/05/dbengine.html I'm also getting these errors, and I have pool_recycle,

[sqlalchemy] Re: DB Operational Error

2008-11-04 Thread Michael Bayer
the MySQL has gone away error usually corresponds to a connection thats been held open without activity for 8 hours. if thats not the case here, either the MySQL client config has the timeout turned way down or something is broken at the network level. im not sure if by isolated