> So this is the only way I guess ...
>
> Do you propose to serialize() the objects in the tree and write that data
> into a shared memory block, and then deserialize them at the beginning of
> each script that needs the data back into objects ? I would think that that
> would impose the same performance penaltys from creating the objects again
> (this seems to be what slows php down), only the reading process ist sped
> up ... not exactly what I would like, but seems PHP provides no other
> functionality ...
>
> mathias rockel
There's another way with srm:
http://www.vl-srm.net/doc/features.application-vars.php
But I don't know if it's still maintaned.

        Arpi

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

Reply via email to