Subject Trigger & Fork in Linux
Author ceeskoolen <cees@gatso.nl>
I have written a embeded db program with firebird for linux.

All worked well until I tried to make a daemon of my program.

I used a trigger - event mechanism for my program to take
action. This mechanism fails to work after a fork.

What am I doing wrong, and how can I solve this problem?