sorry if this is addressed, but i'm running

apache2
SQLAlchemy 0.5.8
Pylons 1.0
Python 2.5.2

and on a simple page (just retrieve data from DB), I get:

Error - <class 'sqlalchemy.exc.OperationalError'>: (OperationalError) (2006,
'MySQL server has gone away')

every few other requests, not after a long time as other posts I've searched
for.  I still added

sqlalchemy.pool_recycle = 1800

but that did not fix the issue.  After a fresh apache restart, every 5th or
6th requests gets a 500 from the above error.

thanks

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to