From: | "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu> |
---|---|
To: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: Simplify Win32 Signaling code |
Date: | 2005-06-03 05:29:29 |
Message-ID: | d7opvm$16lq$1@news.hub.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
In thread:
http://archives.postgresql.org/pgsql-hackers-win32/2004-11/msg00010.php
---
>Do we actually need to pass the handle, or could the subprocess reopen
>the pipe for itself?
Nope, we need to pass the handle. Only one process can be the
server-side of the pipe, and once the postmaster has opened it, the
child process can't do it - the only way to get it is through
inheritance.
---
In current implementation, we can reopen it, but the problem is that when
postmaster should close those three (shmem, mutex, event) handles? So the
best way is still "Postmaster create them, duplicate these handles in
BackendParameters and the child inheritates them". Do I got your meaning?
Regards,
Qingqing
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2005-06-03 05:41:45 | Re: psql: \d+ show tablespace of indices |
Previous Message | Christopher Kings-Lynne | 2005-06-03 03:17:21 | Tablespaces |