threads in zope
Up one levelSome 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.