On Mon, May 2, 2011 at 5:33 PM, Justin Balthrop
<jus...@justinbalthrop.com> wrote:
> What are your thoughts on handling connection pooling in clojure.java.jdbc.

If there's a way to provide it in a portable manner without undue
external dependencies, I'd be interested in exploring it but that gets
a bit outside my familiarity with Java's basic JDBC stuff.

My understanding is that if you use a db-spec with a key of :factory,
you can supply a function that returns connections and therefore, if
you have a pooled connection factory, you can already use it with
c.j.j (modulo the threading issue you mention).

Reminder: c.j.j can only accept code from folks with a signed CA on record!
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to