Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Nov 1999 21:00:56 +0100
From:      Matthias Buelow <mkb@altair.mayn.de>
To:        "John E. Hein" <jhein@timing.com>
Cc:        "Oleg V. Volkov" <rover@lglobus.ru>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Is there correct way for program to read from itself?
Message-ID:  <19991119210056.A1103@altair.mayn.de>
In-Reply-To: <14389.42844.745588.634134@taz.timing.com>; from jhein@timing.com on Fri, Nov 19, 1999 at 12:39:08PM -0700
References:  <19991118152324.37840@mojave.sitaranetworks.com> <19991118232846.A63288@fly.lglobus.ru> <19991118154736.22915@mojave.sitaranetworks.com> <19991119002759.B63288@fly.lglobus.ru> <19991118172315.02758@mojave.sitaranetworks.com> <19991119012822.A63914@fly.lglobus.ru> <19991119111026.11577@mojave.sitaranetworks.com> <19991119220338.B68540@fly.lglobus.ru> <19991119201806.A442@altair.mayn.de> <14389.42844.745588.634134@taz.timing.com>

next in thread | previous in thread | raw e-mail | index | archive | help
John E. Hein wrote:

>man gzexe (from the gzip contrib stuff)...

IIRC gzexe uncompresses into a file and then runs this... from what
I understood, the "upx" compressor does not write files.

The gzexe method is still inefficient when the directory entry
is removed (either instantly to avoid turds lying around or at
program termination) since a new file (and hence cacheable object)
is created with each invocation.

>it's quite handy given the right situation

The right situation being a floppy disk or otherwise limited
environment where you must trade memory and performance in against
secondary storage space.

mkb


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991119210056.A1103>