I encountered the *broken pipe* error, when shutting down mysql server and restarting it. Is a pooled connection checked as active before being passed to the DAL in the active process?
mic 2011/2/6 Fran Boon <[email protected]>: > On 6 February 2011 05:15, Massimo Di Pierro <[email protected]> > wrote: >> Here is a proposed solution in trunk >> import mysqldb >> from gluon.dal import MySQLAdapter >> MySQLAdapter.adapter=mysqldb >> before calling db=DAL('mysql://...') > > That seems very workable :) > > Thanks a lot, > Fran. >

