There's nothing preventing this - you just need to make sure that: A) N processes are not writing to the same output directory B) N processes are not sharing the analysis environment state atom
David On Mon, Feb 16, 2015 at 11:03 PM, <[email protected]> wrote: > Hello, > > I have written a clojurescript based DSL which gets compiled on some user > action. Will multiple clojurescript compilations work on the same jvm > simultaneously. > > (I keep getting cache related exceptions but before I dig into those I > just wanted to make sure if clojurescript compilation supports it.) > > Warm regards > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
