Re: Faster ring reload middleware

2011-01-05 Thread David Jagoe
Hi James, On 5 January 2011 18:50, James Reeves wrote: > Ring enhancement and patches are best posted to the "ring-clojure" > group. There's a chance they might be missed if only posted to the > Clojure group. Ok, will do that in future. > > Regarding wrap-reload, your enhancements would put it

Re: Faster ring reload middleware

2011-01-05 Thread James Reeves
Ring enhancement and patches are best posted to the "ring-clojure" group. There's a chance they might be missed if only posted to the Clojure group. Regarding wrap-reload, your enhancements would put it halfway between the current wrap-reload, and the wrap-reload-modified middleware available as a

Faster ring reload middleware

2011-01-05 Thread David Jagoe
G'day, Ring ships with some development middleware that reloads the supplied namespaces every request. This is fantastic for quick iterative development, particularly because the JVM takes so long to start. However as soon as you have more than a few namespaces every request becomes rather slow -