What kind of process is this? I'm assuming that this is an application written in C.
The advantage of LISTEN / NOTIFY is only that the process which should process data does not have to do polling, but is notified when there is something to do.
Dirk
Also, the NOTIFY wouldn’t significantly extend the lifetime or impact of the trigger.