This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Thread-safe eval()


ahh, you are probably right. I did not consider that (maybe I should
have read more carefully). Sorry Jost.

-will

Per Bothner writes:
 > William Shulman wrote:
 > 
 > > you can try using the 'synchronized' form:
 > 
 > My reading of the question was that the synchronization
 > problem appears to be at the Kawa internals level.
 > Something that is shared but shouldn't be, or something
 > that isn't synchronized in the Kawa internals.  Using a
 > Kawa (synmchronzied ...) form wouldn't help then.
 > 
 > I do have a unfinished rewrite of the environment/symbol code
 > to make it work better for multiple independent interpreters,
 > but I don't know if that would help Jost's problem.
 > -- 
 > 	--Per Bothner
 > per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]