AW: Using Threads? - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: Using Threads?
Date
Msg-id 11C1E6749A55D411A9670001FA68796336816F@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> This brings up a good point.   Threads are mostly useful when you have
> multiple processes that need to share lots of data, and the interprocess
> overhead is excessive.  Because we already have that shared memory area,
> this benefit of threads doesn't buy us much.  We sort of already have
> done the _shared_ part, and the addition of sharing our data pages is
> not much of a win.

I agree, that this is not the issue. The only issue for PostgreSQL would be to 
efficiently support tenthousands of users.

Andreas


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: v7.1 beta 1 ...packaged, finally ...
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: Using Threads?