Re: [pgsql-www] NuSphere and PostgreSQL for windows

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: [pgsql-www] NuSphere and PostgreSQL for windows
Дата
Msg-id 3F73DE98.2080601@persistent.co.in
обсуждение исходный текст
Ответ на Re: [pgsql-www] NuSphere and PostgreSQL for windows  (Greg Stark <gsstark@mit.edu>)
Список pgsql-hackers
Greg Stark wrote:

> Shridhar Daithankar <shridhar_daithankar@persistent.co.in> writes:
> 
> 
>>The little pthreads programming I did on linux/freeBSD tells me that it
>>supports majority of features except TLS(linux2.4/linuxthreads) and per thread
>>signals. 
> 
> 
> LinuxThreads is dead. NPTL is the way and the light.
> 
> It has ELF TLS which for super-fast thread-local storage, proper per-thread
> signal semantics, as well as not using USR1,USR2 in ways that mess up
> signal-handling. It also has kernel support for user-space mutexes (strange as
> that may sound).

Well.. Linuxthreads or NPTL, they are going to conform to pthreads standard 
right? In fact NPTL is supposed to be better conformant than linuxthreads.
 Shridhar



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: [ADMIN] postgres 6.2 vacuum
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: feature request: show pgsql version when running initdb