[EMAIL PROTECTED] wrote:

I am creating a kind of Zope proxy to a 3rd party COM object (I'm accessing it using Pywin32 facilities). I have to store a reference to this object somewhere in my Zope object. But, for obvious reasons, this COM object cannot be serialized so I cannot put it in any attribute of my Zope object. On the other side, initialisation of the object on each request is too time&cost-consuming.

With my still somewhat limited Zope knowledge, I would say it sounds like you should have a look at utilities.

regards,
Achim
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to