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



[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 is almost inaccessible... From the System Status I cannot see
> > anything bout this situation, can somebody from Google please respond
> > to the situation?
>
> >
>

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



[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 sharder
was last updated?
I think to append UNIX time to property, e.g.: 'value1_1234567890',
'value2_1234567894', etc. Does anybody know whether UNIX tme is the same on
all google servers?

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



[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 Matt Trinneer 

>
> To further that post...
>
> It seems to me that URLs containing characters such as ( and ) are not
> being fetched properly on the production environment.  I've attempted
> escaping the characters, as per RFC 3986.  However the escaped url
> (http://dbpedia.org/resource/Companion_%28manga%29)  doesn't fair any
> better.
>
>
> >
>

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