Reply to Re: [PHP] Persistent PHP web application?
Posted by Rasmus Lerdorf on 01/08/05 22:03
Xuefer Tinys wrote:
> even apc/eAcc have to copy from shm to php-memory(alloc by emalloc),
> because $array might be modified anytime
> i'd guess this is almost same as serialize/unserialize
You greatly underestimate how slow unserialize is.