I wrote a program to send mails from GAE. It can be run in two ways:-
- as a http request
- as a scheduled cron job (by writing job desc. in cron.yaml)
Requests per second for the latter case is almost half the former.

Why could be the possible reason for this?
favicon.ico. – Nick Johnson Jul 25 '11 at 5:45favicon.icois requested. That explains why the number of requests are doubled. Isn't there a way to avoid it? – haltTm Jul 26 '11 at 13:29