On Thu, May 6, 2010 at 10:49 AM, Heinz N. Gies <he...@licenser.net> wrote:

> If I may :) since I'm the sandbox guy.
>
>
Is it possible to use the sandbox functionalities without the future/thread
part ?

Basically, I am trying to create a chatty REPL(say HTTP POST based).

the thread would be created by the app container and the container already
has its own protection against endless loop style attack or other typical
restrictions for a web based application. I just want to ensure that each
thread runs within its own namespace and would not be able to get into the
neighbour  namespace(or other shared/referred namespaces like clojure.core)
and do a .alterroot style thing. But if possible, still be able to use most
clojure features.

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