El jue, 06-01-2005 a las 10:52 -0800, Rasmus Lerdorf escribió:
> William Lovaton wrote:
> >From my PHP library I use shm_put_var() and shm_get_var().  If
> > serialization is done this way then it is implicit... right?
> 
> Yes, these functions serialize/unserialize behing the scenes.


Rasmus, I am using Turck MMCache in my production server only as an op
code cache and I even developed a backed in my library to use Turck's
APIs to cache data in it.  However I had to go back to SHM because I had
some random problems with it that I couldn't solve.

I wonder if Turck doesn't serialize/unserialize just like APC does,  May
be you know.


-William

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

Reply via email to