> Nothing leaps out at me as a likely cause of a dropped message.
>
-------------------------
The only reason I can think of: It could be a problem when the loading  
of the JDBC driver is happening inside a thread.  At least that would  
explain why calling

(with-connection db
   nil
)

before the thread is started, solves the problem.


> OTOH, the loop/recur at the end is probably better changed to a doseq.

----
Thanks for this tip.

Regards
   Roger

--~--~---------~--~----~------------~-------~--~----~
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