Re: PATCH: Keep one postmaster monitoring pipe per process
От | Tom Lane |
---|---|
Тема | Re: PATCH: Keep one postmaster monitoring pipe per process |
Дата | |
Msg-id | 13774.1473972000@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: PATCH: Keep one postmaster monitoring pipe per process (Thomas Munro <thomas.munro@enterprisedb.com>) |
Ответы |
Re: PATCH: Keep one postmaster monitoring pipe per process
Re: [HACKERS] PATCH: Keep one postmaster monitoring pipe per process |
Список | pgsql-hackers |
Thomas Munro <thomas.munro@enterprisedb.com> writes: > Very interesting. Perhaps that is why NetBSD shows a speedup with the > kqueue patch[1] but FreeBSD doesn't. I guess that if I could get the > kqueue patch to perform better on large FreeBSD systems, it would also > be a solution to this problem. I just noticed that kqueue appears to offer a solution to this problem, ie one of the things you can wait for is exit of another process (named by PID, looks like). If that's portable to all kqueue platforms, then integrating a substitute for the postmaster death pipe might push that patch over the hump to being a net win. regards, tom lane
В списке pgsql-hackers по дате отправления: