Re: Linux max on shared buffers?

Поиск
Список
Период
Сортировка
От Curt Sampson
Тема Re: Linux max on shared buffers?
Дата
Msg-id Pine.NEB.4.44.0207201837010.553-100000@angelic.cynic.net
обсуждение исходный текст
Ответ на Re: Linux max on shared buffers?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Fri, 19 Jul 2002, Tom Lane wrote:

> Just to throw some additional wrenches into the gears: some platforms
> (eg HPPA) have strong restrictions on where you can mmap stuff.
> I quote some interesting material from the HPUX mmap(2) man page below.
> Possibly these restrictions could be worked around, but it looks
> painful.

Very painful indeed. Probably it would be much easier to build a little
mmap-type interface on top of the current system and use that instead of
mmap on such a system. I wonder how many other systems are this screwed up?

cjs
--
Curt Sampson  <cjs@cynic.net>   +81 90 7737 2974   http://www.netbsd.org
    Don't you know, in this new Dark Age, we're all light.  --XTC


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

Предыдущее
От: Curt Sampson
Дата:
Сообщение: Re: Linux max on shared buffers?
Следующее
От: "Steve Brett"
Дата:
Сообщение: Re: just a quick one ...