Hi all,

I have searched on internet.  And find out that Async api haven't support
python. So are there any another solutions ?

thanks

Linh Truong

On Thu, Apr 28, 2011 at 11:54 PM, HTK GAE <[email protected]> wrote:

> Hi Brandon Donnelson,
>
> Yes, I must to return result to browser when the searching finish.
> Authority is not a JDO Class.
>
> Currently, I'm working on python language. ( But I can't understanding some
> simple java codes :)  ) . Because google app engnine support two language:
> java and python.
>
> So, i can try to apply your suggesition.
>
> I'm very appriciate your reply.
>
> Thanks
>
> Linh Truong.
>
>
> On Thu, Apr 28, 2011 at 9:55 PM, Brandon Donnelson <
> [email protected]> wrote:
>
>> Do you need to return the results to a browser? Is Authority a JDO Class?
>>
>> From the client (browser) you could seek the total amount of records then
>> divide up the amounts and then call make several calls which divide up the
>> queries into smaller pieces. Async api is available and might be worth a
>> try, that is divide up the results after total is found. Find the total by
>> only querying the keys.
>>
>> http://code.google.com/appengine/docs/java/datastore/async.html
>>
>> Brandon Donnelson
>> http://gwt-examples.googlecode.com
>> http://c.gawkat.com
>> Challenge is to: Spice up the java forum with some profile pictures, lets
>> beat the python community. :)
>>
>> --
>> 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.
>>
>
>

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