Re: PgPool changes WAS: PostgreSQL clustering VS MySQL

From: Ragnar Hafstað <gnari(at)simnet(dot)is>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: PgPool changes WAS: PostgreSQL clustering VS MySQL
Date: 2005-01-25 09:52:06
Message-ID: 1106646726.22636.14.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Mon, 2005-01-24 at 15:45 -0800, Josh Berkus wrote:

> [about keeping open DB connections between web-client connections]

> [I wrote:]
> > no. you can only count on web-server-process==connection, but not
> > web-user==connection, unless you can garantee that the same user
> > client always connects to same web-server process.
>
> Are there ones that you use which might use several different connections to
> send a series of queries from a single web-user, less than 5 seconds apart?

actually, it had never occurred to me to test all browsers in this
reguard, but i can think of LWP::UserAgent.

gnari

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Antony Paul 2005-01-25 10:09:56 Re: How to boost performance of ilike queries ?
Previous Message Russell Smith 2005-01-25 08:49:12 Re: How to boost performance of ilike queries ?