Re: Threaded PosgreSQL server - Mailing list pgsql-hackers

From Marc G. Fournier
Subject Re: Threaded PosgreSQL server
Date
Msg-id 20020206180354.B57607-100000@earth.hub.org
Whole thread Raw
In response to Re: Threaded PosgreSQL server  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Wed, 6 Feb 2002, Peter Eisentraut wrote:

> Haroldo Stenger writes:
>
> > Though, starting to think & code thread safe would be nice too.
>
> The thing about thread-safeness is that it's only actually useful when
> you're using threads.  Otherwise it wastes everybody's time -- the
> programmer's, the computer's, and the user's.

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 ...





pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: JOIN between three *simple* tables ...
Next
From: "Marc G. Fournier"
Date:
Subject: Re: Threaded PosgreSQL server