Welcome Guest, Not a member yet? Register   Sign In
Performance issue of Zip Class
#2

[eluser]stanleyxu[/eluser]
I have found another issue related to Zip class: When creating a Zip file, this class will cache the zip content in memory, which means double memory usage.
Code:
$this->zipfile = $data.$dir."\x50\x4b\x05\x06\x00\x00\x00\x00"
When a script tries to make a big zipfile, it might be failed. Because usually PHP server allows 16M memory usage for each script execution. I have modified the source again (download) and implement it in another way. I think it really make sense. ^^)

Furthermore, Zip->archive($filepath) can be extended to Zip->archive($filepath, $volume=16384)....


Messages In This Thread
Performance issue of Zip Class - by El Forum - 02-08-2008, 08:05 AM
Performance issue of Zip Class - by El Forum - 02-08-2008, 09:57 AM
Performance issue of Zip Class - by El Forum - 02-08-2008, 08:31 PM
Performance issue of Zip Class - by El Forum - 02-09-2008, 02:58 AM
Performance issue of Zip Class - by El Forum - 02-09-2008, 10:23 AM
Performance issue of Zip Class - by El Forum - 02-09-2008, 12:08 PM
Performance issue of Zip Class - by El Forum - 02-09-2008, 02:55 PM
Performance issue of Zip Class - by El Forum - 02-09-2008, 03:02 PM
Performance issue of Zip Class - by El Forum - 02-10-2008, 08:15 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 08:21 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 08:54 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 08:58 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 09:06 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 09:10 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 09:23 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 09:25 AM
Performance issue of Zip Class - by El Forum - 02-10-2008, 09:26 AM
Performance issue of Zip Class - by El Forum - 03-30-2008, 12:47 PM
Performance issue of Zip Class - by El Forum - 07-13-2009, 10:11 AM
Performance issue of Zip Class - by El Forum - 07-13-2009, 02:44 PM
Performance issue of Zip Class - by El Forum - 12-15-2013, 09:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB