What's the use of FEATURE_CLEANUP ?
Mike Frysinger
vapier at gentoo.org
Mon Dec 19 18:39:15 UTC 2005
On Mon, Dec 19, 2005 at 07:00:21PM +0100, Ignacio Garc?a P?rez wrote:
> In which cases it is actually useful to do a cleanup (deallocate memory,
> close handles) ?.
if you have a system where busybox is a standalone binary and all calls
are done through the internal applets (i.e. no real forks), not
cleaning up after yourself will slowly eat all resources
-mike
More information about the busybox
mailing list