<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I need to load a business-object in a Twisted Web 
server serving static content and rpys, and it should be available in all parts 
of the application. It has to be able to run a method or methods at specified 
intervals, fetching some files from the net, scanning a filesystem or extracting 
data from a database, which in return will be available in the business-object 
in the web-server. What is the Twisted-way of doing this? The tasks the 
business-object will perform from time to time can be time consuming and 
probably blocking too. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Should a start it in a seperate thread? What ? I 
need clues or a small example.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>best regards and thanks in advance,</FONT></DIV>
<DIV><FONT face=Arial size=2>Thomas Weholt</FONT></DIV></BODY></HTML>