php-general Digest 20 Jun 2013 09:26:46 -0000 Issue 8270

Topics (messages 321423 through 321424):

Re: Hoping nobody notices it isn't Friday.
        321423 by: Daniel Brown

json stream filter
        321424 by: Markus Staab

Administrivia:

To subscribe to the digest, e-mail:
        php-general-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-general-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-gene...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
On Tue, Jun 18, 2013 at 1:36 PM, Richard Quadling <rquadl...@gmail.com> wrote:
> Hi.
>
> We've all been told that 'free software' is to be thought of as 'free
> speech', not 'free beer'.
>
> Well, I hope to muddy the waters with this link.
>
> https://www.facebook.com/TheFreeBeerApp

    I'd say that I'd make an exception, but since it appears to only
be available for you Redcoats, I'll remind you that today is Tuesday,
and admonish you for making the week feel that much longer for all of
us.

--- End Message ---
--- Begin Message ---
Hi!

first post on the list, so please bare with me ;-)

we are handling a lot of cache files in our apps and use json to persist
those contents on the filesystem, because it seems to be the fastest
possible way to read/write files with PHP.

Since I discovered stream-filters, http://www.php.net/manual/en/filters.php,
we use those also for base64 encoding files before sending them over the
wire, which preserves a lot of memory and allows even bigger files.

Would it make sense to also have a native stream filter for fileformats
like JSON, to get maximum performance for reading/writing those (and also
to be able to write big files)?

Thanks,
Markus

--- End Message ---

Reply via email to