Hi Pascal, It seems like the only thing you need to do is to launch a thread using either the thread or threading module to do what you want if you're not going to access any persistent objects from the newly created thread. Accessing nonpersistent objects created by another thread from within Zope app code is not a problem. - C On Mon, 2005-02-21 at 11:25, Pascal Peregrina wrote:
Hi,
I need to have some processing done in one thread, that will set some attributes of a (non persistent) object. This processing is completely independant from Zope objects.
Zope objects (persistent or non-persistent) will only need to "read" data from this object.
What would be the best way to do this (specially how to initialize my thread ?)
Thanks
Pascal
********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.
This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com **********************************************************************
______________________________________________________________________ _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )