You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: