How to feed back the results from a batch?

Copper Contributor

Hi!

 

I have tried contacting Azure technicians and he said maybe the paid support can answer me but they don't know the answer.

 

My project is to scan 1GB of unstructured text, quickly, by splitting it onto ~128 vCPUs, checking each 10MB for word matches, and then feed back all results to one location to weigh-in and tally up the match counts. The question is, is there a bottleneck delay? If so, how long? I would need all cores to send the results back and meet up within ~some few seconds. Further, what if the 128 vCPUs can't even send back results to 1 location, or they can but they share the same bus/RAM and hence the individuual 10MB checks are like 500MB checks and basically no faster.

0 Replies