On Sun, Oct 11, 2009 at 8:25 PM, Manuel Woelker <manuel.woel...@gmail.com>wrote:

>
> Hi,
>
> While hacking on counterclockwise I noticed that the clojure.lang code
> uses a lot of static variables and methods. As far as I can tell this
> makes it almost impossible to have two or more separate instances of
> the clojure running in one application.


You can: simply load them using different class loaders -- this way you'll
have several RT.
Plus, if you use a shared loader for most interfaces, clojure instances will
be able to share persistent data and closures.


Christophe

--~--~---------~--~----~------------~-------~--~----~
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