[Zope] Zope + Postgresql = poor performance
   
    marc lindahl
     
    marc@bowery.com
       
    Thu, 15 Feb 2001 19:24:19 -0500
    
    
  
Meaning all other zope connections (nonpostgres) are blocked too?
> From: Hannu Krosing <hannu@tm.ee>
> Date: Fri, 16 Feb 2001 02:07:24 +0200
> To: marc lindahl <marc@bowery.com>
> Cc: zope@zope.org
> Subject: Re: [Zope] Zope + Postgresql = poor performance
> 
> marc lindahl wrote:
>> 
>> I don't think single threaded necessarily means slower...
>> Perhaps the performance problem lies elsewhere.
> 
> Unfortunately single-threaded in zope means "when postgres
>>>> is executing one query all the rest are queued" as it
> allocates one connection per thread.
>