Hi again, Does anybody know when odmg transaction does release underlying db connection after retrieving data with OQL or associated PB? Or how tell it to close connection? Or maybe it can be configured somehow?
I thought that I can span odmg transaction across servlets But when I do that, and open to much transactions (by refreshing page) I run out of DB connections. I've noticed that odmg tx does not hold DB connection when I retrieve objects using PB got from PBFactory. But when I make read lock on any retrieved object then I run out of db connections when I open too many such transactions, I use JNDI. I just wonder if it is possible to do such spanning across servlets, I read a lot of mailing list archives but did not found answer. Best regards. -- ---------------------------------- Łukasz Korzybski, [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
