in reply to To fork() or not to fork()
I don’t see a need for fork in this case, as those three things are not quite related. It is just fine to run them separately.
You didn’t ask, but for your first process, the one to gather changes to database, you can simply use database trigger.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: To fork() or not to fork()
by asiufy (Monk) on Nov 05, 2003 at 18:30 UTC |