Dieter Maurer wrote:
Be careful with External Methods and locks:

  An External Method does not share the module namespace
  with the same External Methods in other workers.

  Thus, you should not use locks defined in the source file
  of the External Method (but outside in a true Python module).

Good point!

Chris

--
Simplistix - Content Management, Zope & Python Consulting
           - http://www.simplistix.co.uk
_______________________________________________
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 )

Reply via email to