[Zope] Showing progress for long running tasks
    Paul Winkler 
    pw_lists at slinkp.com
       
    Fri Jun 11 15:40:13 EDT 2004
    
    
  
On Fri, Jun 11, 2004 at 07:43:02AM -0400, Small Business Services wrote:
> One possible solution:  have your background process write out status
> messages to an object in your zope site.  You can then use a simple url to
> the object to read the latest status.
Hmm, if you do that, you should ensure that the "object in your zope
site" is not persistent, or lives in a Temporary folder
so you don't bloat your ZODB with a transaction for every status change.
-- 
Paul Winkler
http://www.slinkp.com
    
    
More information about the Zope
mailing list