Currently, sAsync re-uses the connection object for every transaction, but that doesn't seem to be working with session.save(u).
I could just close the connection after each transaction.commit() or session.flush() and open a new one for the next transaction, but I'm wondering what impact that would have on performance, if any. Best regards, Ed ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sqlalchemy-users mailing list Sqlalchemy-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users