Sleep() function actually suspends the processing of the thread in which it 
is called by the operating system, allowing other threads and processes to 
execute while it sleeps. With multiple threads and processes, sleep() 
<http://net-informations.com/python/pro/sleep.htm> suspends your thread - 
it uses next to zero processing power.

On Wednesday, February 5, 2014 at 12:56:21 PM UTC+5:30, Vinny P wrote:
>
>
> 1. Try adding a time.sleep call between each page retrieval. See 
> http://docs.python.org/2/library/time.html for usage. Sometimes App 
> Engine doesn't like it when repeated URL Fetch calls are made.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b95b20da-53cd-4856-8f76-643198675e05%40googlegroups.com.

Reply via email to