Re: Threaded PosgreSQL server

From: Haroldo Stenger <hstenger(at)adinet(dot)com(dot)uy>
To: "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Threaded PosgreSQL server
Date: 2002-02-06 22:31:34
Message-ID: 3C61AEC6.C2DC3B6B@adinet.com.uy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Marc G. Fournier" wrote:
> The thing is, there are several areas where using threads would be a
> benefit, from what I've read on this list over the years ... as time goes
> on, less and less of the OSs in use dont' have threads, so we have to
> start *somewhere* to work towards that sort of hybrid system ...

Yes.

But, maybe things like full-fledged replication, savepoints/nested transactions,
out-of-transaction-scope cursors, and others must have priority over this; and
that mutating PG thread safe, will slow down a 7.3 release a lot, something not
wanted by many here.

Let's make a pro cons list of thread related aspectcs here. We saw a lot of
cons. Write some pros explicitely. We're not in a hurry anyway.

Regards,
Haroldo,

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message mkscott 2002-02-06 22:59:14 Re: Threaded PosgreSQL server
Previous Message Haroldo Stenger 2002-02-06 22:24:20 Re: Threaded PosgreSQL server