Introduce start-thread as an entry point so specialized taskmasters
can wrap bindings and condition handlers around hunchentoot new thread thunks.Note that LispWorks and non-LispWorks should probably do the same thing wrt starting a thread for the acceptor or not. I chose to always start a thread, as per the non-LispWorks default. That choice could be reversed. But it's probably bad practice to let the LW and non-LW versions diverge on such a point.
You can merge this Pull Request by running
git pull https://github.com/fare/hunchentoot masterOr view, comment on, or merge it at:
https://github.com/edicl/hunchentoot/pull/52
Commit Summary
- Introduce start-thread as an entry point so specialized taskmasters
File Changes
- M packages.lisp (2)
- M taskmaster.lisp (111)
Patch Links: