[Xerte-dev] Re: example_zipper issue revisited

Ron Mitchell ronm at mitchellmedia.co.uk
Thu May 1 09:09:37 BST 2014


Hi John
I was just going to test your export code on a server where I don't have
access to change php settings so the memory limit is fixed at 128MB. I know
what David means that ideally we want cross platform code but as you say
there are inevitably different solutions/restrictions for some e.g. no
control over memory limit. In fact the upload limit on this particular
shared server is set at the default 2MB so I had to upload the test 62MB mp4
via ftp. However I'm now confused further because this is the same XOT code
as the other servers I was using for testing so I expected the export to
fail when testing before replacing the export code with yours and yet it
didn't fail and I was able to download the zip which didn't contain any
example_zipper files.

I'm glad you're able to reproduce the issue but not sure how a server with
128MB memory limit is able to export ok without a change of code or memory
limit :-(



-----Original Message-----
From: xerte-dev-bounces at lists.nottingham.ac.uk
[mailto:xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of Smith, John
Sent: 01 May 2014 08:38
To: xerte-dev at lists.nottingham.ac.uk
Subject: [Xerte-dev] Re: example_zipper issue revisited

All i know Dave is that, with the commented code uncommented, my system
couldn't download a 56Mb an 79Mb zip but with this code 79Mb came down no
problem.

We may have to use what we have access to on different systems. There may be
a similar way to pipe the result into windows or we fall back to the old
code and crank the memory requirements up yo 300Mb which not everyone can
most likely do anyway...

Regards

John Smith
Learning Technologist
School of Health and Life Sciences

Sent from Samsung Galaxy SII



David Goodwin <david at palepurple.co.uk> wrote:



<snip>
Uses the unix command zip and pipes the stream back into PHP in 8192 chunks

<snip>
Also, might not work on Windows...

So therefore it's not worth using?


Technically there is no benefit to doing the fread(....) over a
fpassthru(...) fpassthru does something like 8192 chunks internally.


David.

--
--
Pale Purple Ltd
http://www.palepurple.co.uk @PalePurpleLtd
0845 0046746 / 07792 380669
"Bespoke web and mobile application development"


This message and any attachment are intended solely for the addressee and
may contain confidential information. If you have received this message in
error, please send it back to me, and immediately delete it.   Please do not
use, copy or disclose the information contained in this message or in any
attachment.  Any views or opinions expressed by the author of this email do
not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system,
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.


Glasgow Caledonian University is a registered Scottish charity, number
SC021474

_______________________________________________
Xerte-dev mailing list
Xerte-dev at lists.nottingham.ac.uk
http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
This message and any attachment are intended solely for the addressee and
may contain confidential information. If you have received this message in
error, please send it back to me, and immediately delete it.   Please do not
use, copy or disclose the information contained in this message or in any
attachment.  Any views or opinions expressed by the author of this email do
not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system,
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.







More information about the Xerte-dev mailing list