Tag: Heroku

  • Using New Relic with Clojure

    Using New Relic with Clojure

    This post describes how I got New Relic to run with my Clojure project. I’m using Heroku but most of what I say here should be applicable in other environments and I’ll try to point you in the right direction when it doesn’t. Please, feel free to comment with improvements or corrections. There are already…

  • 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…

  • How to use Lobos with Heroku

    Lobos is a Clojure library to create and alter tables which also supports migrations similar to what Rails can do. I like where Lobos is going but it’s a work in progress, so the information here might be out of date soon, beware! Let’s imagine a project called px (for Project X of course) with…