On Sun, Nov 16, 2008 at 7:08 PM, Hans Hübner hans@huebner.org wrote:
As for future work on Hunchentoot: We do have the new connection manager class in place which is meant to support the implementation of thread pools. Thread pools would help putting limits on the number of threads created, helping with getting through load peaks. I do not personally need such a connection manager, but rather want to spend some time on making Hunchentoot be able to use single threaded I/O multiplexing using select/kpoll/whatever.
Is there an existing webserver which uses this technique? I'm interested in seeing the details.