Revision: 4564 Author: hans URL: http://bknr.net/trac/changeset/4564
this is how the taskmaster needs to be passed U trunk/projects/quickhoney/src/init.lisp
Modified: trunk/projects/quickhoney/src/init.lisp =================================================================== --- trunk/projects/quickhoney/src/init.lisp 2010-07-04 20:32:45 UTC (rev 4563) +++ trunk/projects/quickhoney/src/init.lisp 2010-07-04 20:34:21 UTC (rev 4564) @@ -40,7 +40,7 @@ ((start-fn () (hunchentoot:start (make-instance 'hunchentoot:acceptor :port port - :taskmaster 'hunchentoot:single-threaded-taskmaster + :taskmaster (make-instance 'hunchentoot:single-threaded-taskmaster) :request-dispatcher 'bknr.web:bknr-dispatch :persistent-connections-p nil)))) (if foregroundp