Clojure gotcha: agent thread pool

2009-10-22 Thread Howard Lewis Ship
Just had a bit of a gotcha on Clojure that I thought I'd share. My tests started hanging after completion, which was a real pain on the continuous integration server. After some investigation, I determine that this unwanted behavior started when I first introduced agents into my code. I needed

Re: Clojure gotcha: agent thread pool

2009-10-22 Thread Chouser
On Thu, Oct 22, 2009 at 6:22 PM, Howard Lewis Ship hls...@gmail.com wrote: Just had a bit of a gotcha on Clojure that I thought I'd share. My tests started hanging after completion, which was a real pain on the continuous integration server. After some investigation, I determine that this