It appears that GAE has done some tricks recently to boost urlfetch
scalability. My app has steadily increasing traffic, but getting less
'simultaneous dynamic request limit' problem.

However, some urlfetch behaviors become really weird now. The urlfetch will
return some results that you know for sure deleted from the url you are
fetching for.

This can be easily tested out. According to my experience, very frequently
happening against a YahooGroup RSS feed URL.

I go to my YahooGroup and delete a msg. Then I try that YahooGroup RSS URL
in my browser, it shows clearly that msg entry disappeared. Then I use GAE
to fetch the URL, GAE returns me an xml with the delete msg entry inside.

Adam

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to