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

Changeset 2035

Show
Ignore:
Timestamp:
08/26/08 12:59:22
Author:
fumanchu
Message:

New server.thread_pool_max attribute for setting wsgiserver.max.

Files:

Legend:

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

    r1994 r2035  
    5050    reverse_dns = False 
    5151    thread_pool = 10 
     52    thread_pool_max = -1 
    5253    max_request_header_size = 500 * 1024 
    5354    max_request_body_size = 100 * 1024 * 1024 
  • trunk/cherrypy/_cpwsgi_server.py

    r1994 r2035  
    4444                   server.thread_pool, 
    4545                   server.socket_host, 
     46                   max = server.thread_pool_max, 
    4647                   request_queue_size = server.socket_queue_size, 
    4748                   timeout = server.socket_timeout, 

Hosted by WebFaction

Log in as guest/cpguest to create tickets