On Tue, 2002-11-19 at 20:10, Dieter Maurer wrote:
> Leonardo Rochael Almeida writes:
> > ...
> > Assuming my reasoning above is correct we should be able to create a
> > single connection and a single cursor on __setstate__ of the DA
> > connector instance of the ZODB. The transaction boundarie
Leonardo Rochael Almeida writes:
> ...
> Assuming my reasoning above is correct we should be able to create a
> single connection and a single cursor on __setstate__ of the DA
> connector instance of the ZODB. The transaction boundaries would be
> handled normally, but since a worker thread on
On Tue, 2002-11-19 at 00:19, Leonardo Rochael Almeida wrote:
> I've been having problems with RDB DAs performance and stability lately
> (stability mostly) and I was thinking of ways in which the use of
> connectors and cursors could be streamlined in Zope. I'm thinking about
> DB-API 2-like based
I've been having problems with RDB DAs performance and stability lately
(stability mostly) and I was thinking of ways in which the use of
connectors and cursors could be streamlined in Zope. I'm thinking about
DB-API 2-like based DAs here.
>From what I understand of the way Zope handles requests a