Обсуждение: Re: [HACKERS] fork/exec for backend

Поиск
Список
Период
Сортировка

Re: [HACKERS] fork/exec for backend

От
Bruce Momjian
Дата:
>
>
> > This would also prevent us from attaching to shared memory because it
> > would already be in the address space.
>
> With no exec we could use mmap instead of shm*.
> Have to clock them to see which one is faster first.
> I think the mmap API is cleaner.

Yes, we really only need memory that is not going to be copy-on-write
when you fork.  Both types would do this, but since it would already be
in the address space, there is no speed to measure.  The postmaster is
the only one to do the actual operation.

--
Bruce Momjian
maillist@candle.pha.pa.us