overhead of ZEO connection
Sanjay Rao <[email protected]>
| Newsgroups | gmane.comp.web.zope.zodb |
|---|---|
| Message-ID | <[email protected]> |
Hi, In this post I want to understand the overhead of creating database connections in a zope application what is overhead of creating a new connection to ZEO ? which one is recommended ? - Create a connection - Use this connection for each transaction commit (one transaction commit could be bounded into one function) - Close connection when application terminates OR - Create one separate connection for each transaction commit - Commit transaction - Close connection ..... Best Regards, Sanjay Rao -- You received this message because you are subscribed to the Google Groups "zodb" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.