if it takes that much time for your server to respond your likely to fall
under the 30seconds limit.
if its a data that you need to receive back i suggest you alter the 2nd
servers code to call a url on the app engine once its complete with a dump
of the data. push and not pull.
-
Cheers,
public static function AlonCarmel() {
//Contact me
var email = '[email protected]';
var twitter = '@aloncarmel';
var web = 'http://aloncarmel.me';
var phone = '+972-54-4860380';
}

* If you received an unsolicited email from by mistake that wasn't of your
matter please delete immediately. All E-mail sent from Alon Carmel is
copyrighted to Alon Carmel 2008. Any details revealed in e-mails sent by
Alon Carmel are owned by the Author only. Any attempt to duplicate or
imitate any of the Content is prohibited under copyright law 2008.



On Wed, Jun 23, 2010 at 4:33 AM, rpalmer68 <[email protected]>wrote:

> Thanks for the replies.
>
> I'm new to all of this, but doesn't the async method still have a
> deadline of 10 seconds from when the "urlfetch.make_fetch_call" is
> made?
>
> Now since the call goes to my server and then my server could take 15
> seconds to run it's task and retuen a simple "Data Added OK" or "Data
> Removed OK" response I can't see how using async will help at all.
>
> As I say, I'm very green so I may be missing the point completely, so
> sorry if I am.
>
> Thanks
> Richard
>
> --
> 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]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
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