Re: Do we need a ShmList implementation?

Поиск
Список
Период
Сортировка
От Markus Wanner
Тема Re: Do we need a ShmList implementation?
Дата
Msg-id 4C978068.8020805@bluegap.ch
обсуждение исходный текст
Ответ на Do we need a ShmList implementation?  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: Do we need a ShmList implementation?
Список pgsql-hackers
Kevin,

On 09/20/2010 05:12 PM, Kevin Grittner wrote:
> SHM_QUEUE objects provide the infrastructure for maintaining a
> shared memory linked list, but they don't do anything about the
> allocation and release of the space for the objects.

Did you have a look at my dynshmem stuff? It tries to solve the problem
of dynamic allocation from shared memory. Not just for lists, but very
generally.

Regards

Markus Wanner




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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Do we need a ShmList implementation?
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Do we need a ShmList implementation?