----- Original Message -----
From: "Shlomi Fish" <[EMAIL PROTECTED]>
To: "Avi Boots" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, March 19, 2001 11:01
Subject: Re: MySql & XML
> > 3. Is there a way to minimize cgi c++ files ?
There's a program called UPX, which is an executable compressor. that is -
it compresses the executable and adds a small executable snippet in front of
it that uncompresses the archive to memory and executes it. it has versions
for Windows, DOS and Linux.
I haven't used it on Linux, but on Windows it beats everything you can put
up against it, both in speed and in compression size.
The SourceForge project is here - http://sourceforge.net/projects/upx,
and the home page is here - http://wildsau.idv.uni-linz.ac.at/mfx/index.html
Also, how about striping the executables ?
Oded
--
Instructions for life:
4. Remember that not getting what you want is sometimes a wonderful stroke
of luck.
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]