[elephant-devel] Next issue, this time with Postmodern backend

Leslie P. Polzer leslie.polzer at gmx.net
Wed Feb 27 17:17:26 UTC 2008


> 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




More information about the elephant-devel mailing list