Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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: Tue, 13 Jul 2010 16:31:13 +0200
  • Message-id: <4C3C78B1.2010601@bluegap.ch> <text/plain>

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: step3-sockets.diff
Description: Text Data



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group