www.nico.schottelius.org/software/cinit/browse_source/cinit-0.3pre10/TODO.optimisations

20 lines
251 B
Text
Raw Normal View History

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()?