It could be that the cron jobs are run on a different farm of computers.
If you call cron every 5 min it means the server has to start cold for
every cron request.
If you use the regular URL from a browser or such you likely have a
warm server running.

2009/6/24 Mariano Benitez <mari...@benitez.nu>:
>
> Hello,
>
> Now that I got cron, I moved something I used to do in a normal
> handler to use a cache and refresh every 5 minutes.
>
> What I discovered now is that what used to take 400ms in the normal
> handler is now taking 800+ms in the cron handler. (I do the exact same
> thing, really)
>
> I don't know if cron handlers are being cached or since I do it not
> very frequently I have to pay that price.
>
> Thanks
> >
>

--~--~---------~--~----~------------~-------~--~----~
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-appengine@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