<div dir="ltr">I'm a java developer, and I think I'm expecting something to happen that's not.  In Java I setup a pooled connection, and just use it.  The connections pool themselves.<div><br></div><div>I had thought that by doing:</div>
<div><span class="" style="white-space:pre">    </span>(setf *database* (connect "PomBanDone" "pombandone" "pombandone" "localhost" :pooled-p T)))</div><div>that I would get connection pooling.</div>
<div><br></div><div>However now that I'm getting a better understanding of Lisp and I think Postmodern, that connections aren't getting pooled.  I think I have to use (with-connection (spec &body body) in order to make the connection pooling work.</div>
<div><br></div><div>Is that the case?  If not, why would I want to use with-connection?<br clear="all"><div><br></div><div style>Thanks!</div>-- <br>James A Barrows<br>
</div></div>