multithreaded postgres status? - Mailing list pgsql-hackers

From Luis Alberto Amigo Navarro
Subject multithreaded postgres status?
Date
Msg-id 013401c217a3$d970ed80$cab990c1@atc.unican.es
Whole thread Raw
List pgsql-hackers
A few months ago, there was a brief discussion about the convenience of porting a threaded version of postgres. I was wondering which is its status.
Pointing for its convenience I must say that multiprocess code does not work fine on ccNUMA systems. Shared memory is placed on a node and backends from another node must access remotely. OS is prepared for load balancing on multithreaded code, but not for multiprocess.
Thanks and regards

pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: SQL99 feature list
Next
From: Bruce Momjian
Date:
Subject: Re: ECPG won't compile anymore