[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Reload modules after transfer to background mode.
From: |
Christopher Brannon |
Subject: |
[PATCH] Reload modules after transfer to background mode. |
Date: |
Sat, 02 Apr 2011 13:37:49 +0000 |
Boris Dusek <dusek at brailcom.org> writes:
> This makes the process tree view display all module processes
> as children of the main speech-dispatcher process.
Hello Boris,
I like your idea.
Looking at the code, it seems that we would load output modules twice:
once before the call to daemon(), and once after it.
It would be nice to avoid the first load, because it isn't needed. Do
you have any suggestions?
Thanks,
-- Chris