Re: [google-appengine] How to launch 100K+ recurring task every 5 min

2011-01-15 Thread Maxim Veksler
I think that GAE is not best solution for this kind of application. You are much better with dedicated / cloud instances and Cassandra (or other noSQL solution) to work around mysql scalability. Maxim. On Fri, Jan 14, 2011 at 8:24 PM, supercobra wrote: > Hello again, > > > > Again as Eli ment

Re: [google-appengine] Re: geo-targeted websites on app engine

2011-01-12 Thread Maxim Veksler
Can you please provide reference to this very important claim? On Tue, Jan 11, 2011 at 11:19 PM, Geoffrey Spear wrote: > Appengine is entirely hosted in North American datacenters at the > moment. > > On Jan 10, 4:56 pm, brady wrote: > > I'm under development of a simple web app which will be ta

Re: [google-appengine] What does offline URL Fetch mean?

2011-01-07 Thread Maxim Veksler
Not sure I'm inline with this. How 10min URLFetch limit is relevant is request is limited to 30seconds? What am I missing something? On Fri, Jan 7, 2011 at 7:41 AM, Nick Johnson (Google) < nick.john...@google.com> wrote: > Hi Keakon, > > On Thu, Jan 6, 2011 at 4:17 PM, 风笑雪 wrote: > >> I found t

Re: [google-appengine] Re: my app has been "disabled"

2010-12-20 Thread Maxim Veksler
+1 On Mon, Dec 20, 2010 at 10:10 PM, Joshua Smith wrote: > Thanks for posting this to the list. His story was disconcerting, and it's > good to hear that he didn't respond to your emails. > > -Joshua > > On Dec 20, 2010, at 2:18 PM, Ikai Lan (Google) wrote: > > Hi, > > I sent you an email a week

[google-appengine] How GAE fits into Continuous Integration of cloud applications?

2010-12-12 Thread Maxim Veksler
Hello, We are starting to design our continuous integration system. The path we choose to go is automated test cycle: Get fresh environment (17 web services, distributed on ~6 EC2 instances), plus GAE as the super scalable front end. Start running functionality tests on the system. Should the tes

Re: [google-appengine] Re: Six deadline exceeded errors this morning

2010-11-02 Thread Maxim Veksler
Our app is also getting deadline exceeded errors, it blocks on on the DataStore access. See the following stack trace: com.google.apphosting.api.DeadlineExceededException: This request (49e2967d2f129358) started at 2010/11/02 17:53:38.372 UTC and was still executing at 2010/11/02 17:54:07.613 UTC

[google-appengine] Does the task queue api not limited by the 30 seconds ?

2010-10-24 Thread Maxim Veksler
Hello, Sorry for the basic question, can't find any clear answer on the subject. Is the task queue API in any way better for long term running jobs then a simple request to a defined "notfityUpdate" interface being called by our processing farm? While at it, what it the most recommended method f

OT: Re: [google-appengine] Re: SDK 1.3.8 released!

2010-10-19 Thread Maxim Veksler
OT: I actually really like this comment! Coming from "Google" this makes it 2 times more awesome. [Like!] Maxim. On Mon, Oct 18, 2010 at 10:25 PM, Ikai Lan (Google) < ikai.l+gro...@google.com > wrote: > No, I don't buy this argument. TortoiseSVN on Windows is about as easy as > it gets. I hav