Run dash callbacks in parallel

I am surprised to hear that parallelizing the Callbacks is possible, and looking around more, there is indeed some info regarding this in this thread.

However, what would be the advantages to parallelizing the Callbacks, instead of parallelizing the code in a single, large Callback itself?

There are already methods in Python for parallelizing normal functions, so I am extremely interested to hear what you think about this, chriddyp.

1 Like