bg worker: patch 3 of 6 - sockets

From: Markus Wanner <markus(at)bluegap(dot)ch>
To: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: bg worker: patch 3 of 6 - sockets
Date: 2010-07-13 14:31:13
Message-ID: 4C3C78B1.2010601@bluegap.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This patch adds the capability for the coordinator to listen on sockets
while waiting for imessages to arrive. Before the coordinator just slept
until a signal arrives, notifying the coordinator about an internal message.

Major caveat here: I'm using pselect(), which might still not be
portable enough. The work-around for platforms on which a signal doesn't
interrupt select has been removed as well. I can't think of any way to
support platforms as broken as that.

Attachment Content-Type Size
step3-sockets.diff text/x-diff 8.1 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Markus Wanner 2010-07-13 14:31:22 bg worker: patch 4 of 6 - renaming
Previous Message Markus Wanner 2010-07-13 14:31:07 bg worker: patch 2 of 6 - job cache