Re: [HACKERS] fork/exec for backend

From: Goran Thyni <goran(at)bildbasen(dot)se>
To: maillist(at)candle(dot)pha(dot)pa(dot)us
Cc: tom(at)sdf(dot)com, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] fork/exec for backend
Date: 1998-01-25 11:31:53
Message-ID: 19980125113153.10630.qmail@guevara.bildbasen.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> 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.

regards,
--
---------------------------------------------
Gran Thyni, sysadm, JMS Bildbasen, Kiruna

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stan Brown 1998-01-25 14:45:49 Re: [HACKERS] A small type extension example for the contrib directory (fwd)
Previous Message Goran Thyni 1998-01-25 11:13:47 Re: [HACKERS] fork/exec for backend