Re: Looking for help with a deadlock issue

2012-07-27 Thread paul santa clara
Hi Nealie, >From the thread dump, while there certainly is a lot of recursion going on, it doesn't look to me like the stack is blowing. Rather, many of the threads appear to be WAITING on the reentrant lock used for coordination on the java.util.concurrent.HashMap that stores the interned keywor

Re: websockets w/ clojure

2010-12-24 Thread paul santa clara
I have had a lot of success with Aleph. Just remember to clone the git repo as things move quickly and the clojars version is often out of date. Also, I would recommend taking the time to read over lamina wiki's as Aleph utilizes their channel abstractions: https://github.com/ztellman/lamina/wiki