We've looked at running multiple solves in parallel from multiple threads. I've read in #471 and #472 that the Pool object is not threadsafe. Now the other idea was to create a copy of the Pool for use in the threads.
Unfortunately, I couldn't find a copy function.
Do you think that would work?
We've looked at running multiple solves in parallel from multiple threads. I've read in #471 and #472 that the Pool object is not threadsafe. Now the other idea was to create a copy of the Pool for use in the threads.
Unfortunately, I couldn't find a copy function.
Do you think that would work?