Re: Using Threads? - Mailing list pgsql-hackers

From mlw
Subject Re: Using Threads?
Date
Msg-id 3A51D51C.44899249@mohawksoft.com
Whole thread Raw
In response to Using Threads?  ("Junfeng Zhang" <junfengz@cae.wisc.edu>)
List pgsql-hackers
Myron Scott wrote:
> 
> For anyone interested,
> 
> I have posted my multi-threaded version of PostgreSQL here.
> 
> http://www.sacadia.com/mtpg.html
> 
> It is based on 7.0.2 and the TAO CORBA ORB which is here.
> 
> http://www.cs.wustl.edu/~schmidt/TAO.html
> 
> Myron Scott
> mkscott@sacadia.com

Sounds cool. Have you done any benchmarking? I would love to compare the
threaded version against the process version and see if there is any
difference. I suspect there will not be much, but I have been surprised
more than once by unexpected behavior of IPC.

I have not used Solaris threads, are they substantially different from
pthreads? (Pthreads, on solaris, should be based on solaris threads,
correct?)

I would love to see the #ifdef __cplusplus put in all the postgres
headers.

-- 
http://www.mohawksoft.com


pgsql-hackers by date:

Previous
From: Larry Rosenman
Date:
Subject: Re: Current Sources/UW7.1.1
Next
From: mlw
Date:
Subject: Re: [INTERFACES] Re: PHP and PostgreSQL