Personal tools
You are here: Home Open Source Misc threads in zope
Document Actions

threads in zope

Up one level

Some code about threads inside Zope. Extra threads allows you to do some work async like sending emails (used in SecureMailHost) or fetching urls.

AsyncURLFetcher by Christian Heimes — last modified 2004-05-25 23:29
Fetch urls async using workerthread.py
workerthread by Christian Heimes — last modified 2004-05-25 23:32
A basic implementation of a worker thread that does something in an extra thread over and over again with a given wait time between the loop repetition.

Powered by Plone CMS, the Open Source Content Management System