If you haven't already seen it, an interesting post from Charles
Nutter on implementing dynamic languages on the JVM:
http://blog.headius.com/2008/09/first-taste-of-invokedynamic.html

Nutter mentions a possible OutOfMemory condition that can occur due to
filling the PermGen part of the heap with class information, due to
the fact that JRuby emits lots of classes. Seems like Clojure would
have the same issue, but I haven't experienced it. Since I have
started using Clojure in long-running webapps, with the intent of
making additions and changes on the fly, should I be concerned about
PermGen with Clojure?
--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to