[bknr-cvs] hans changed trunk/projects/quickhoney/src/init.lisp
BKNR Commits
bknr at bknr.net
Sun Jul 4 20:34:21 UTC 2010
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
More information about the Bknr-cvs
mailing list