Re: serializing result sets or what?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> A very similar question was asked recently on this list. You might like 
> to consider caching whatever you create from those result sets rather 
> than the result sets themselves, but APC [1] is worth looking at as I 
> believe it can cache (some?) PHP vars without serialisation, using 
> apc_store() and apc_fetch().

Everything except objects.  That also means if you have a nested array 
containing objects, it will have problems.  Right now you have to serialize
the object yourself if you want to cache it, but I will add code soon to do
that automatically internally.

-Rasmus

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux