Hi, I've noticed these "permgen out of memory" errors when developing java web apps (not on App Engine, yet). Usually they happen only while developing locally and "reloading" the app in the servlet container. But I've heard that they happen because the JVM has some issues with garbage collecting classes. So I'm wondering if this could be a problem for a JVM language, for example, a Lisp, that does a lot of compiling and classloading at runtime. An example use would be a web interface to a REPL where each expression is compiled to a bytecode for a new class (this simplifies the implementation -- no interpreter needed, just a compiler). Could this blow up at some point because it's creating too many classes?
I hoping that someone who knows more about the JVM, specifically the one behind App Engine, can clarify this for me. thanks, Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
