Hi, I'm not very familiar with PHP, but I believe one suggested approach is to use pcntl_fork to spawn extra processes and handle multiple concurrent report downloads that way: http://php.net/manual/en/function.pcntl-fork.php
- Kevin Winter AdWords API Team On Wednesday, December 14, 2011 11:33:59 PM UTC-5, iateadonut wrote: > > How do you suggest requesting 10 reports at a time (from an array of > 300 customerId's) using php? or is this impossible? > > On Dec 12, 12:33 pm, Kevin Winter <kevin....@google.com> wrote: > > Hi, > > Given that AdHoc reports cost 0 units, the cost of requesting the > report > > to you as a developer is the CPU cycles (and IO) required to request it. > > The cost to us from a server perspective is a bit more. However, if you > > as a developer don't know at report time whether or not there is data to > > request, it makes sense to request it anyway. Yes, go ahead and request > > the report anyway. > > > > - Kevin Winter > > AdWords API Team > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en