Hi, I'm working on synchronizing campaigns from multiple related accounts to my Python server, and the current approach of iterating through each account sequentially and fetch campaigns of it by search_stream is time-consuming. I'm considering using multithreading to parallelize the synchronization process. However, I'm uncertain whether to implement multithreading or multiprocessing in my Django Python server. Could you provide guidance on which approach would be more suitable for my scenario, and what factors should I consider in making this decision for optimal performance and efficiency? And why choose that ? Thanks
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/5082807a-bba5-410e-ac78-bea2782cfa0an%40googlegroups.com.
