Daniel Carosone <dan@geek.com.au> writes:
> I think it's something to do with the resolver - is the present
> one properly thread-safe?
From a quick look, the present resolver isn't thread-safe at all. Lots
of global state, no locks.
- Nathan