Dennis Allison wrote at 2006-1-16 17:37 -0800: > ... >What's the recommend approach to re-establish the connection? You reopen the connection (usually the "db" object has all necessary information) and then raise an exception derived from "ZODB.POSException.ConflictError" (in order to let your request be repeated). -- Dieter