> You know, I think people haven't run into this problem because may web > servers maintain and reuse pools of worker threads - thus the # of > connections = max concurrent threads rather than # of sessions/requests.
Hunchentoot seems to spawn a new worker on every incoming request, or at least gets rid of idle pool workers very quickly. > Definitely good to have this in there: dangling sockets/file refs are > bad! CLSQL suffers from the same problem, I skimmed its code. The same fix can be applied there, I'll probably patch it later. Leslie _______________________________________________ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/elephant-devel