>
> I have a persistent object module that saves the data to disk in the
> DESTROY method of the class.
>
> I'm using EmbperlObject. In a normal page page I call:
> Execute('caixa_processar_carrinho.epl', $loja, $carrinho);
>
> This page do some calculations and use the 2 objects passed in @param.
> The $carrinho object is the persistent one.
>Ok, now I am sure I understand what you do. It seems that somewhere inside of Embperl there is still a reference to the parameters you pass, so it will stay and is not been cleaned up. I have to further investigate it to find the exact place where this is happeing. I let you know as soon as I have resolved the issue, until then use the "shift" workaround Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
