From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Haroldo Stenger <hstenger(at)adinet(dot)com(dot)uy> |
Cc: | Doug McNaught <doug(at)wireboard(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "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:03:20 |
Message-ID: | Pine.LNX.4.30.0202061702100.682-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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.
--
Peter Eisentraut peter_e(at)gmx(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | Marc G. Fournier | 2002-02-06 22:03:29 | Re: Threaded PosgreSQL server |
Previous Message | Marc G. Fournier | 2002-02-06 21:41:17 | Re: JOIN between three *simple* tables ... |