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 recently I left a "lein repl" process open for a couple of days. 
When I evaluated some simple form in repl, it took about 20 sec to do so.
I am wondering, what's the reason for this time lag after some period of 
inactivity in a Clojure process? Is it Java specific? 

Thank you,

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to