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

Changeset 132

Show
Ignore:
Timestamp:
01/22/05 07:09:03
Author:
rdelon
Message:

pass threadIndex to onStartThreadList functions - ticket #91

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG.txt

    r131 r132  
     1    * pass threadIndex to onStartThreadList functions - ticket #91 (Remi) 
    12    * renamed "configDict" into "configMap" for consistency - ticket  #82 (Remi) 
    23    * Dots in requests path are now replaced by underscores  - ticket #87 (Remi) 
  • trunk/cherrypy/_cphttpserver.py

    r108 r132  
    213213        # Call the functions from cpg.server.onStartThreadList 
    214214        for func in cpg.server.onStartThreadList: 
    215             func(
     215            func(self._threadIndex
    216216        while 1: 
    217217            request, client_address = self._requestQueue.get() 

Hosted by WebFaction

Log in as guest/cpguest to create tickets