Re: Native Windows, Apache Portable Runtime

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Native Windows, Apache Portable Runtime
Дата
Msg-id 27379.1020529104@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Native Windows, Apache Portable Runtime  (mlw <markw@mohawksoft.com>)
Список pgsql-hackers
mlw <markw@mohawksoft.com> writes:
> Upon doing some inspection of apache 2.x, it seems that me making a SysV
> Windows .DLL for PostgreSQL, while a cool project, would be unnecessary.

> The APR (Apache Portable Runtime) seems to have all the necessary support.

Does it?  AFAICT they intend to provide mutexes not counting semaphores.
Their implementation atop SysV semaphores would work the way we need
(ie, remember multiple unlocks arriving before a lock operation), but
I'm unclear on whether any of the other ones would.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] Auto-reload of dynamic libraries
Следующее
От: mlw
Дата:
Сообщение: Re: Native Windows, Apache Portable Runtime