Re: Concurrent connections in psql patch

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Gregory Stark <gsstark(at)mit(dot)edu>
Cc: PostgreSQL-development <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Concurrent connections in psql patch
Date: 2006-09-02 21:16:23
Message-ID: 200609022116.k82LGNj05415@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Is this something people are interested in? I am thinking no based on
the lack of requests and the size of the patch.

---------------------------------------------------------------------------

Gregory Stark wrote:
>
> Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
>
> > stark wrote:
> >
> > > So I hacked psql to issue queries asynchronously and allow multiple
> > > database connections. That way you can switch connections while a blocked
> > > or slow transaction is still running and issue queries in other
> > > transactions.
> >
> > [snip]
> >
> > Can you please put the patch up somewhere so people can see what's involved?
>
> As promised:
>

[ Attachment, skipping... ]

>
>
>
> --
> Gregory Stark
> EnterpriseDB http://www.enterprisedb.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2006-09-02 21:18:52 Re: Sort performance
Previous Message Bruce Momjian 2006-09-02 20:57:27 Re: problem with volatile functions in subselects ?

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-09-02 21:22:48 Re: [HACKERS] proposal - plpgsql: execute using
Previous Message Joe Conway 2006-09-02 21:12:07 Re: [Fwd: dblink patch - Asynchronous queries and parallel