[TYPO3-core] EM and TER2
Michael Stucki
michael at typo3.org
Mon May 8 15:07:30 CEST 2006
Hi Martin,
> Robert Lemke schrieb:
> > okay. my plan was to not zip the extensions.dat (or .bin) at all
> > because I imagine that unzipping consumes additional memory. But that's
> > only a guess.
>
> Could you make it so, that TER can deliver both versions (zipped and
> unzipped)? So we may play a bit with the options. *
You could use a zipped version for transfer, write the contents to typo3temp
and delete this data from memory. Then unzip it either via exec() or native
PHP class (like it's already done) and use the extracted .dat file from then
on.
I just think it's important to use compression for transfer because the file
will grow more and more...
- michael
PS: About HTTP gzip handler: Don't know how far it is supported by PHPs fopen
functions, so I prefer the unzip method because we already use it and it
offers a native and an external solution via a standardized format.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060508/2af244f4/attachment.pgp
More information about the TYPO3-team-core
mailing list