Bit of a late response, but maybe it'll still be useful.

On Mon, 11 Dec 2006, Tris wrote:

> I'm added this cool class to my site:
> http://www.phpconcept.net/pclzip/index.en.php
>
> It all works great, until I try and compile a large zip (80Mb)

OK, what happens?  Any errors produced?  Anything in the error log?

> 1. Anyone uesd tis before on large files
> 2. would a Linux server have an inbuilt setting that stops it
> processign internally if there was too much load?

If memory is very limited, or the script is inefficient and uses up lots
of RAM, then it's possible the system is running out of memory, in which
case the kernel will quickly pick a program to sacrifice (generally the
greedy one that's used all the memory) and kill it (the OOM kill).

Alternatively, PHP normally has a default execution time limit of 30
seconds, if the script is taking longer than that, perhaps it's aborting.
Try set_time_limit(0) (I think that's right).


> 3. Any other ideas for creating large zips on teh fly..??
> (I'm currently trying to create them and email a link)

Is it a script that they're using interactively via a web browser, or
something that's running automatically?

Cheers

Dave P



____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
       Send Your Posts To: wdvltalk@lists.wdvl.com
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to