How many concurrent connections can I make to the adCenter API?
There is no specific limit to the number of concurrent connections. However, we recommend that you use a maximum of 10 threads, because the system is data-size sensitive. When the servers are simultaneously generating all the data that they can, the threads are in a queue waiting to be processed. For example, if a customer calls with 300 threads and the system then hits its processing limit at thread 176, the remaining threads must wait until other threads are processed.