Hi all, <br>
<br>
Could you please clarify some basic doubts about the usage of utilities? Here they are. <br>
<br>
Suppose I have registered a utility using ZCML directive in my web application. <br>
<br>
Is the utility created the moment zope starts up, during the parsing of
my app's ZCML? Can I think of it as a singleton instance? <br>
<br>
Can I do some application specific startups like running some background threads for some tasks in the __init__ of my utility? <br>
<br>
<br>
Thank you very much<br>
<br>
With regards,<br>
-shailesh<br>
<br>