[bknr-cvs] hans changed trunk/thirdparty/hunchentoot/connection-manager.lisp
BKNR Commits
bknr at bknr.net
Mon Feb 9 10:46:38 UTC 2009
Revision: 4197
Author: hans
URL: http://bknr.net/trac/changeset/4197
improve comment (from ITA r234477)
U trunk/thirdparty/hunchentoot/connection-manager.lisp
Modified: trunk/thirdparty/hunchentoot/connection-manager.lisp
===================================================================
--- trunk/thirdparty/hunchentoot/connection-manager.lisp 2009-02-09 10:14:59 UTC (rev 4196)
+++ trunk/thirdparty/hunchentoot/connection-manager.lisp 2009-02-09 10:46:38 UTC (rev 4197)
@@ -62,9 +62,9 @@
instance. The SOCKET argument is passed to START-REQUEST-PROCESSING
as argument.
-In a multi-threaded environment, the connection manager runs the thunk
-in a separate thread. In a single-threaded environment, the thunk
-will be called directly."))
+In a multi-threaded environment, the connection manager runs this function
+in a separate thread. In a single-threaded environment, this function
+is called directly."))
(defgeneric shutdown (connection-manager)
(:documentation "Terminate all threads that are currently associated
More information about the Bknr-cvs
mailing list