Tag: threads

  • Limiting threads (workers) with Jetty in Clojure

    Limiting threads (workers) with Jetty in Clojure

    While trying to understand the behaviour of my implementation of server side JavaScript execution for pre-rendering SPAs (Single Page Applications), something I’ll write about later on, I quickly run out of memory on Heroku. What I believe was going on is that my Heroku machine was trying to handle too many requests at the same…