Python AppEngine FQL queries for a few thousand entites
I've got a bunch of queries like
SELECT total_count from link_stat where url='http://sampleurl.com'
I tried to use the FQL multiquery option, bu开发者_JAVA百科t the query length is very large and I get
DownloadError: ApplicationError: 2 [Errno 104] Connection reset by peer
I need to keep periodically updating using a cron-job the number of likes that a page has.
Thanks
精彩评论