Re: [Rdkit-devel] the RDKit and thread safety

2012-03-12 Thread Greg Landrum
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

[Rdkit-devel] the RDKit and thread safety

2012-03-04 Thread Greg Landrum
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