
On 24 Aug 2015, at 10:43 am, Corentin Dupont
wrote: Hello Daniel, I noticed the following message in Hint: This version of GHC is not thread-safe,can't safely run two instances of
Hello,
I am wondering if GHC itself is thread-safe.
I am using Hint, and it reports that GHC is not thread-safe, and that I
can't safely run two instances of the interpreter simultaneously.
Is that still the case?
Thanks!
Corentin
---------- Forwarded message ----------
From: Daniel Gorín
Is it still the case with recent versions of GHC? It would be neat to be able to launch several instances of the
interpreter. In my game Nomyx I have several "match-up" going on and having one instance of the interpreter would be nicer. Otherwise I am obliged to reset the interpret each time I want to interpret something, which is time consuming (2-3 seconds).
Thanks, C
participants (1)
-
Corentin Dupont