Hi guys,

I am writing an application where I handle a lot of URLs - maybe 100s
for each user request, many of them are shortened by a service like
bit.ly or tinyurl. To dereference/expand these URLs, I have to do an
http get on that url and handle the http code 301 - which basically
means "redirected". That's how I get the real URL behind it. But that
consumes one URL fetch. So this means potentially 100s of URL fetches
per user request and that will easily hit the URL fetch limits if
people really start using this.

Can someone suggest a way around this bottleneck?

Thanks for your help.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to