Background Processes in Postgres Extension - Mailing list pgsql-hackers

From Sushrut Shivaswamy
Subject Background Processes in Postgres Extension
Date
Msg-id CAH5mb9-FxKF3ocrG7BEzysvWXN-89-zvcO4uwwy=yyAwswTgrg@mail.gmail.com
Whole thread Raw
Responses Re: Background Processes in Postgres Extension  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hey,

I'm developing a postgres extension as a custom Table Interface method definition.
WIthin the extension, I"m planning to create two background processes using `fork()` that will process data in the background.

Are there any recommendations / guidelines around creating background  processes within extensions in postgres?

Thanks,
Sushrut


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Add new protocol message to change GUCs for usage with future protocol-only GUCs
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Introduce "builtin" collation provider.