Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why should I use SQL Relay with Zope?

Relay sql zope
0
10 Posted

Why should I use SQL Relay with Zope?

0
10

The same efficiency arguments that can be made against Apache::DBI and PHP’s persistent connections cannot be made against Zope. Zope maintains a hackable (some say “configurable”) number of persistent database connections in its cache and shares them among its threads. The number of database connections and threads are independent. There is always the possibility that one or all of the database connections will get pushed out of the cache and have to be started back up later, but in practice, this is highly unlikely and happens very infrequently. If you have such a large farm of Zope machines that the number of persistent database connections is straining the database server’s resources, SQL Relay can provide a middle tier to reduce the number of persistent connections. SQL Relay adds immediate support for load distribution over a group of clustered or replicated databases to Zope. SQL Relay can provide a means for connecting to databases for which there is no Zope adapter. When using

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.