[bknr-cvs] hans changed trunk/thirdparty/hunchentoot/

BKNR Commits bknr at bknr.net
Sat Aug 21 06:05:59 UTC 2010


Revision: 4580
Author: hans
URL: http://bknr.net/trac/changeset/4580

Limit number of worker threads that Hunchentoot creates in
multi-threaded mode, by Scott McKay.

Extend Hunchentoot's 'one-thread-per-connection-taskmaster' to
support :max-thread-count keyword argument.   When this configured
number of threads is currently active serving new requests, no new
threads will be created.

In addition, a new :max-accept-count parameter has been added that
controls how many concurrent connections will be accepted by
Hunchentoot


U   trunk/thirdparty/hunchentoot/acceptor.lisp
U   trunk/thirdparty/hunchentoot/doc/index.xml
U   trunk/thirdparty/hunchentoot/headers.lisp
U   trunk/thirdparty/hunchentoot/hunchentoot.asd
U   trunk/thirdparty/hunchentoot/packages.lisp
U   trunk/thirdparty/hunchentoot/taskmaster.lisp
A   trunk/thirdparty/hunchentoot/version.lisp

Change set too large, please see URL above




More information about the Bknr-cvs mailing list