Preventing JRuby Concurrency Errors with Hamster
I was recently working on a small proof-of-concept application with a back-end server written in JRuby. In this proof-of-concept, multiple clients connect to the server to poll for status changes and to request actions be performed as the result of user interactions.
Read more on Preventing JRuby Concurrency Errors with Hamster »
