20 lines
251 B
Text
20 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()?
|