[Zope] threading and External Methods

Brian Hooper brian@garage.co.jp
Tue, 10 Aug 1999 15:47:10 +0900


Hi there -

Real simple question: Do I need to worry about threading when coding
External Methods (in Zope 2)?  If I do have something that is not safe 
(for example, I want to os.system nslookup to check MX records) do I
have to explicitly protect it somehow?

--Brian