Limit number of worker threads that Hunchentoot creates in
commit323c3a30a3d25570826063b3bed150fb18101668
authorHans Hübner <hans.huebner@gmail.com>
Sat, 21 Aug 2010 06:05:59 +0000 (21 06:05 +0000)
committerHans Hübner <hans.huebner@gmail.com>
Sat, 21 Aug 2010 06:05:59 +0000 (21 06:05 +0000)
treec4a28a3f2e4f45989133ab87a14be9f6a58402e5
parent0cc912928977ce689161997379150f7b21a4f144
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
acceptor.lisp
doc/index.xml
headers.lisp
hunchentoot.asd
packages.lisp
taskmaster.lisp
version.lisp [new file with mode: 0644]