On Wed, Oct 26, 2011 at 05:27:41PM +0200, Dmitry Chestnykh wrote:
> On Wed, Oct 26, 2011 at 3:51 AM, Caleb Gray <ca...@calebgray.com> wrote:
> > 1) Compress the releases found on http://www.fossil-scm.org/download.html> 
> > using UPX ( http://upx.sourceforge.net/).
> Note that Fossil in CGI mode is executed for each request, so with UPX
> it would have to decompress itself on each request. The first time you
> run it, it may be faster (due to smaller disk reads compared to
> uncompressed version), but for each subsequent request, once Fossil is
> in RAM, it would be slower and require more CPU.

Forking and executing is not the same thing. I don't know in Windows, but in
unix, a fork of a upx program should be the same as a non-upx program.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to