On Jan 19, 2:28 pm, voltron <[email protected]> wrote:
> Can someone tell me where to find the CherryPY server and its
> configuration file? I would like to set these settings:
gluon/wsgiserver.py
> server.thread_pool: 40
> server.socket_queue_size: 15
These seem to be supportable within the class there:
numthreads: the number of worker threads to create (default 10).
max: the maximum number of queued requests (defaults to -1 = no
limit).
request_queue_size: the 'backlog' argument to socket.listen();
specifies the maximum number of queued connections (default
5).
F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---