Menu

#3 Improve implementation for the creation of the background process

v1.0 (example)
open
None
5
2013-11-22
2013-11-22
No

I see in a source file that async-signal-unsafe functions are used after a call of the function "fork". Would you like to improve your program design if you consider information like the following?

... Consequently, to avoid errors, the child process may only execute async-signal-safe operations until such time as one of the exec functions is called. ...

Discussion


Log in to post a comment.