Re: Using Threads?

Поиск
Список
Период
Сортировка
От mlw
Тема Re: Using Threads?
Дата
Msg-id 3A51D51C.44899249@mohawksoft.com
обсуждение исходный текст
Ответ на Using Threads?  ("Junfeng Zhang" <junfengz@cae.wisc.edu>)
Список 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 по дате отправления:

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: Current Sources/UW7.1.1
Следующее
От: mlw
Дата:
Сообщение: Re: [INTERFACES] Re: PHP and PostgreSQL