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