Multiprocessing #1707
Unanswered
didieransys
asked this question in
General
Multiprocessing
#1707
Replies: 1 comment
-
Hi @didieransys , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an application that needs to extract data using DPF in a loop. We want to take advantage of parallelism and we need to have some insight about that is recommended or even working to parallelize DPF operations.
Should we launch multiple DPF servers in order to distribute the workload? Does one DPF server handle concurrent operations? Would multiple DPF server share a common backend? Would that even work? Is the DPF API thread safe?
I have not been able to locate information about all that, but I might have missed it. Any hint will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions