I'm upgrading from v201109 to v201209 in java. I have a method which figures out all of our "active" accounts over a given time frame, by running a simple report for each account and seeing if there are any impressions. I tested it out and it works fine but my CPU is pretty much pinned at 100% while that method is running. I went back to the earlier version and it doesn't get much above 20%.
At first I thought it was a difference from the "old" java library to the "new", so I also tried it with v201209 in the "old" library and had the same issue. I haven't done profiling yet to figure out what the exact difference is, so I was wondering if anyone else has experienced a similar issue. My first theory is that it has something to do with serializing/deserializing, since I know that has changed significantly with jaxb. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
