15 Aug
2004
15 Aug
'04
9:46 p.m.
Dieter (or anyone): have you had experience wiht SQLRelay? Using it would provide the equivalent of connection pooling. Currently, in our site, most queries are done in two parts--a "select database" query followed by the desired sql query--this shares the connection, but at some cost. Anyone have any idea about the tradeoffs? On Sun, 15 Aug 2004, Dieter Maurer wrote:
Dennis Allison wrote at 2004-8-14 15:19 -0700:
What if a site runs multiple independent Zopes but shares the database? Each of the Zopes needs its own connection(s).
Sure, if they are truely independent -- unless you use SQLRelay (or something similar).
-- Dieter