I don't have the regular compile-and-load route in mind; this doesn't use 
concurrency. However if the runtime evaluation of a form results in 
just-in-time bytecode generation and classloading, I don't see why this 
couldn't be happening in any thread. Whether any of this could actually 
result in the errors you are getting, I don't know.

On Thursday, February 28, 2013 4:25:59 PM UTC+1, Jim foo.bar wrote:
>
>  WOW! Clojure compiles in parallel? I did not know that!!! I didn't even 
> know that was possible since there is a clear class hierarchy that needs to 
> be loaded...I must do some reading...
>
> As a side note, I hope you all had a good laugh with my major 
> grammar-error (throwed instead of threw)... hehe :)
>
> Jim
>
>
> On 28/02/13 15:21, Marko Topolnik wrote:
>  
> Nondeterministic behavior -> suspect race conditions. Maybe compilation 
> was happening concurrently on several threads and the resulting bytecode 
> got mangled.
>
> On Thursday, February 28, 2013 4:17:52 PM UTC+1, Jim foo.bar wrote: 
>>
>> On 28/02/13 15:12, Alex Robbins wrote: 
>> > Maybe you are already doing this, but as soon as I get into "This 
>> > doesn't seem possible" territory, I run a "lein clean". That has 
>> > resolved the problem for me several times. 
>>
>> I've got nothing in "/target"...I am not AOT-compiling anything! 
>>
>> I think i found the problem though...There was an invocation on a 
>> protocol method that was being delegated into some other protocol method 
>> which again was trying to delegate to the first one! This piece of code 
>> however has been there for almost 3 weeks and this is the 1st day that 
>> it manifested! Also, I'm nowhere near at understanding why sometimes it 
>> worked and other times it throwed! 
>>
>> Jim 
>>
> -- 
> -- 
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clo...@googlegroups.com <javascript:>
> Note that posts from new members are moderated - please be patient with 
> your first post.
> To unsubscribe from this group, send email to
> clojure+u...@googlegroups.com <javascript:>
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> --- 
> You received this message because you are subscribed to the Google Groups 
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojure+u...@googlegroups.com <javascript:>.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  
>
>
>  

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to