On Mon, Mar 5, 2012 at 8:40 AM, Greg Landrum wrote:
>
> One of the joys of working with knime is that it makes it really easy
> to run RDKit code in parallel. One of the pains is that this is done
> using multi-threading, which quickly reveals that some of the RDKit
> code is not quite as thread s
Dear all,
One of the joys of working with knime is that it makes it really easy
to run RDKit code in parallel. One of the pains is that this is done
using multi-threading, which quickly reveals that some of the RDKit
code is not quite as thread safe as I had hoped that it was.
In order to address