RE: [Zope-dev] Threaded Database Access

2002-05-02 Thread Jeff Nielsen / UgoFast
Thanks for the info guys. It looks like these might do the trick. -Original Message- From: Paul Browning [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 10:55 AM To: Casey Duncan Cc: Jeff Nielsen / UgoFast; zope-dev Subject: Re: [Zope-dev] Threaded Database Access --On 02

Re: [Zope-dev] Threaded Database Access

2002-05-02 Thread Paul Browning
--On 02 May 2002 10:08 -0400 Casey Duncan <[EMAIL PROTECTED]> wrote: > ZPsycopgDA (for postgres) is definitely multi-threaded. I think zPopyDA > is too. http://www.zope.org/Members/glpb/solaris says: > The report also investigates in a cursory way the effects of adding a > database adapter t

Re: [Zope-dev] Threaded Database Access

2002-05-02 Thread Casey Duncan
ZPsycopgDA (for postgres) is definitely multi-threaded. I think zPopyDA is too. Another solution might be to setup your site using ZEO and several single threaded ZEO Clients. Then put a load balancer in front of it. Then the single-threadedness is much less of an issue, since you have multipl