Hi Oleg,

the number of Handles (some kind of limited resource on MS Windows,
visible in the Windows Task-Manager) my application uses increases
every time I use doInTransaction().  IMO the cause for this is that
doInTransaction() creates a temporary connection which caches the
entities, which remain cached, even after commiting and restoring the
original connection.

The attached patch solves the problem.

Kind regards,
Markus

Attachment: sqlobject-0.8.1.patch
Description: Binary data

-------------------------------------------------------------------------
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
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to