Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1854

Show
Ignore:
Timestamp:
01/13/08 17:07:43
Author:
fumanchu
Message:

Fix for #766 (Trunk of 13 Jan 2008 won't run behind mod_python).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/restsrv/plugins.py

    r1835 r1854  
    339339        """Start our callback in its own perpetual timer thread.""" 
    340340        if self.frequency > 0: 
     341            threadname = "restsrv %s" % self.__class__.__name__ 
    341342            if self.thread is None: 
    342                 threadname = "restsrv %s" % self.__class__.__name__ 
    343343                self.thread = PerpetualTimer(self.frequency, self.callback) 
    344344                self.thread.setName(threadname) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets