square / bionic

A Python framework for data science.
https://bionic.readthedocs.io
Apache License 2.0
101 stars 24 forks source link

Multiple processes and threads? #187

Open turian opened 4 years ago

turian commented 4 years ago

Could you please document in Warnings and Pitfalls what the user should be aware of, if they have mutiple processes or threads open, which are using the same flow?

jqmp commented 4 years ago

Sure, that's a great idea. I'll do that this week. Let me run a short version by you to make sure it actually answers your question:

I'd love to hear more about the use cases you have in mind. Ultimately we'd like to have Bionic handle this for you inside a single flow -- and in the next 48 hours we should be releasing 0.8.0, which will be able to compute entities in parallel (separate processes on one host).