[google-appengine] Re: Hit the 10 application limit.

2010-05-27 Thread Ivan Zuzak
Hi Wesley, Developers have had their app limit increased before with no questions asked. Here's one example: http://groups.google.com/group/google-appengine/browse_thread/thread/210ebae3dc88cc6a?hl=en Has this policy changed or is this support page just a way to keep track of these requests?

[google-appengine] Interesting evaluation of AppEngine for transaction processing and a comparison to other cloud providers

2010-05-27 Thread Ivan Zuzak
Hi all, Just thought I'd mention this here as it is probably interesting to AppEngine developers -- there's a paper on An Evaluation of Alternative Architectures for Transaction Processing in the Cloud available at [1] and a short overview at [2]. Best, Ivan [1]

[google-appengine] Re: Interesting evaluation of AppEngine for transaction processing and a comparison to other cloud providers

2010-05-27 Thread Ivan Zuzak
...@gmail.com wrote: hi ivan when will the new GAE results using non-transactional writes be available? also, were these tests run *after* the 500 rps limit was removed? at first glance, it looks like a pretty thorough test and GAE does not look too good... thanks brian On May 27, 7:27 am, Ivan

[appengine-java] Re: Dance Dance Robot, Channel API Help

2010-05-21 Thread Ivan Zuzak
All I've found is this: https://spreadsheets.google.com/viewform?formkey=dGFxQ1A4T1BSYWxNdFlYVFhUcmg2amc6MQ On May 21, 4:28 am, brianl licht...@gmail.com wrote: Looking for the Dance Dance Robot demo URL that was shown at Google IO? Think they said we can download an experimental SDK w/ the

[google-appengine] Re: GAE dashboard API?

2009-10-09 Thread Ivan Zuzak
I don't think an API exists. Try checking out the AppEngine issues list on Google Code - http://code.google.com/p/googleappengine/issues/list, this report seems related:

[google-appengine] Re: Supercharging your free AppEngine quota

2009-09-05 Thread Ivan Zuzak
Quick update -- yesterday, a week after my original post, Google released AppEngine SDK 1.2.5 which includes XMPP support. What’s interesting is that XMPP has it’s own quotas for the number of API calls, data sent, recipients messaged and invitations sent, and – none of these quotas are marked as

[google-appengine] Re: Supercharging your free AppEngine quota

2009-08-28 Thread Ivan Zuzak
On Aug 27, 11:10 pm, Brandon N. Wirtz drak...@digerat.com wrote: Just noticed my URL got massacred, here we go again: I'm thinking of putting a URL Shortener/ De-referrer on GAE... You should have one of those... But if you are on WP you should also consider sharing urls by post id to

[google-appengine] Supercharging your free AppEngine quota

2009-08-27 Thread Ivan Zuzak
Hi all, I've got a post (http://izuzak.wordpress.com/2009/08/27/how-to- supercharge-your-free-appengine-quota/) on pumping up your free AppEngine quota. Here's the useful payload: Other than billable quotas, there are also unbillable quotas which increase when you switch to the paid model but

[google-appengine] Re: Supercharging your free AppEngine quota

2009-08-27 Thread Ivan Zuzak
On Aug 27, 5:52 pm, Brandon N. Wirtz drak...@digerat.com wrote: Really? You want to discuss how to Hack/Screw Google on their own listserv? I'll say that is ballsy... Or stupid I know Google folks both professionally and privately, and I'm confident they won't get angry. And as Nick said -

[google-appengine] Re: Supercharging your free AppEngine quota

2009-08-27 Thread Ivan Zuzak
On Aug 27, 5:58 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi Brandon, On Thu, Aug 27, 2009 at 4:52 PM, Brandon N. Wirtz drak...@digerat.comwrote: Really? You want to discuss how to Hack/Screw Google on their own listserv? I'll say that is ballsy... Or stupid

[google-appengine] Re: Supercharging your free AppEngine quota

2009-08-27 Thread Ivan Zuzak
On Aug 27, 2:43 pm, Ivan Zuzak izu...@gmail.com wrote: Hi all, I've got a post (http://izuzak.wordpress.com/2009/08/27/how-to- supercharge-your-free-appengine-quota/) on pumping up your free AppEngine quota. Here's the useful payload: Just noticed my URL got massacred, here we go again

[google-appengine] Re: All Read Please: Geographical Request Latency

2009-08-14 Thread Ivan Zuzak
Location: Zagreb, Croatia Low - 167, High - 195, Avg - ~175 Cheers, Ivan On Aug 13, 12:44 pm, Martyn martyn.cutc...@googlemail.com wrote: Hi there, I am investigating request latency for AppEngine after experiencing significantly lower performance then reported in the Java status results.

[google-appengine] Re: Server error when updating an app

2009-04-09 Thread Ivan Zuzak
it, it will successfully upload under the quota limits. Alex Foley On Apr 8, 2:34 am, Ivan Zuzak izu...@gmail.com wrote: Hi all, I'm doing a regular appcfg.py update and getting an error: 2009-04-08 08:07:20,250 ERROR appcfg.py:1235 An unexpected error occurred. Aborting. (the full

[google-appengine] Server error when updating an app

2009-04-08 Thread Ivan Zuzak
Hi all, I'm doing a regular appcfg.py update and getting an error: 2009-04-08 08:07:20,250 ERROR appcfg.py:1235 An unexpected error occurred. Aborting. (the full trace listing is below) So I go to the app web dashboard and see this message: Your application is exceeding a quota: App Config

[google-appengine] Remixing RSS/ATOM feeds

2009-04-07 Thread Ivan Zuzak
Hi all, I'm developing an AppEngine service that will fetch an RSS/ATOM, change something in it (add/remove/change some elements) and then output the modified feed. I'm using urlfetch to fetch the feed and feedparser to parse it into memory. And now I need a way of modifying the feedparser