423ba10303
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
19 lines
251 B
Text
19 lines
251 B
Text
This file describes enhancements or optimisations that
|
|
could be done / checked.
|
|
|
|
|
|
Code
|
|
----
|
|
|
|
fork()
|
|
~~~~~~
|
|
|
|
Security
|
|
^^^^^^^^^
|
|
- Closed fds?
|
|
- Close other things?
|
|
- IPC?
|
|
|
|
Cleanup
|
|
^^^^^^^
|
|
- Do we have to reset signals or is that done anyway by fork()?
|