Hi,
  Have you considered using taskqueues?  That will let you spread the
load across multiple instances of your app.
    http://code.google.com/appengine/docs/python/taskqueue/

  Python 2.7 supports some threading, but, of course, if you're CPU
bound that won't help in Python (and may actually make it worse).
    
http://code.google.com/appengine/docs/python/python27/newin27.html#Multithreading



Robert




2012/2/10 saintthor <saintt...@gmail.com>:
> my app takes a lot of cpu time. threading takes more.
>
> On 2月11日, 上午1时57分, Ricardo Bánffy <rban...@gmail.com> wrote:
>> If you explain why you need them, maybe someone will be able to help you. I
>> suspect App Engine doesn't support them, but there are other ways to
>> accomplish what they do.
>>
>> On Fri, Feb 10, 2012 at 2:22 PM, saintthor <saintt...@gmail.com> wrote:
>> > i need them.
>>
>> > --
>> > 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.
>>
>> --
>> Ricardo Bánffyhttp://www.dieblinkenlights.comhttp://twitter.com/rbanffy
>
> --
> 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.
>

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