[google-appengine] Re: simultaneous dynamic requests limitation

2009-09-14 Thread Ivan Maslov
This question also very interest me. Is there any possibility to increase this number if my app will occur with such high load? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to thi

[google-appengine] Re: Extreme amount of timeouts and other errors today

2009-04-23 Thread Ivan Maslov
Me too (id:topbestfriends ) 2009/4/23 Henrik Berggren > > Having the exact same problem. pls help! > > On Apr 23, 11:07 am, tijer wrote: > > There seems to be an extreme amount of timeouts and other errors > > today. > > > > My app

[google-appengine] Re: Sharding counters

2009-04-26 Thread Ivan Maslov
I already have it in entity. But this entity is updated more than 5 times/second sometimes. THerefore I want to create sharders for it. See article about it: code.google.com/intl/ru/appengine/articles/sharding_counters.html . But I have a string property (not number) in entity. How can I know what

[google-appengine] Re: different urlfetch behaviour on development and production servers: URLs with the characters: ( or )

2009-05-04 Thread Ivan Maslov
I have similar problem. On development server function urlencode works correctly with unicode string. In production error occurs: UnicodeEncodeError: 'ascii' codec can't encode character u'\xe2' in position 2: ordinal not in range(128). It occurs when i pass russian strings as parameter. 2009/5/4