Re: Long response time after a clojure process was inactive for some time

2012-12-15 Thread Stefan Ring
On Thursday, December 13, 2012 8:21:09 PM UTC+1, Trastabuga wrote: > > A while ago I created a small web site based on Clojure. I noticed that > when there was no requests to the site for some period of time (a few > hours) it may take up to 20-30 seconds to process an incoming request. > I am wo

Long response time after a clojure process was inactive for some time

2012-12-13 Thread Trastabuga
A while ago I created a small web site based on Clojure. I noticed that when there was no requests to the site for some period of time (a few hours) it may take up to 20-30 seconds to process an incoming request. I only thought that it has something to do with a particular web framework, but rec