Re: APR 1.0 released

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: APR 1.0 released
Дата
Msg-id 200409051432.i85EWWh26790@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: APR 1.0 released  (Gaetano Mendola <mendola@bigfoot.com>)
Ответы Re: APR 1.0 released  (Reini Urban <rurban@x-ray.at>)
Список pgsql-hackers
Gaetano Mendola wrote:
[ PGP not available, raw data follows ]
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Tom Lane wrote:
> 
> | Gaetano Mendola <mendola@bigfoot.com> writes:
> |>I don't know if APR provide a spin lock mechanism,
> |
> |
> | You don't even know that, but you're confident that we can throw away
> | our spinlock work and use APR anyway.  You're wasting our time.  Get
> | some evidence if you want to propose this.
> 
> I'm sorry to have wasted your time.
> 
> With the experience you have I don't think you need my evidences.

I looked at the APR code to get some ideas for the Win32 port.  Some of
the ideas were good, but in other places like rename they didn't do very
well we were better off doing it ourselves and getting it right.

I remember looking at their code to fix the rename/unlink while the file
is open problem, and they didn't seem to have a fix for that so we
developed our own method that works like Unix.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Ryan Kirkpatrick
Дата:
Сообщение: Re: contrib/start-scripts/linux on Debian
Следующее
От: Tom Lane
Дата:
Сообщение: Re: AIX and v8 beta1