[google-appengine] Re: Should I be learning Python?

2009-02-05 Thread tempy
Well I'm working on a project whose architecture is set in stone - it will involve mono client software, an iphone client, and all of this glued together by GAE. I'm not opposed to learning Python, its just that this project needs to get to beta absolutely ASAP, and I'm new to Objective-C. So far

[google-appengine] Re: Cross application resource access

2009-02-05 Thread David Symonds
On Thu, Feb 5, 2009 at 12:04 AM, service G2100 wrote: > Urlfetch is slower than direct connect. Anyway thanks a lot. > Thanks Dave, I wouldn't jump to that assumption. Have you tested and measured that? Dave. --~--~-~--~~~---~--~~ You received this message bec

[google-appengine] Re: Cross application resource access

2009-02-05 Thread service G2100
Hi Dave, I got the experence from my VPS (which not in Amazon) to Amazon simpleDB. It's really slow to me. Unless host in Amazon EC2 and connect simpleDB. Maybe the datastore and appengine in the same location, it will get no difference to local database. I'll give a try. Thanks. Best Regards

[google-appengine] Re: Cross application resource access

2009-02-05 Thread Geoffrey Spear
Both the datastore and the app engine servers are distributed systems, so you're not going to have any guarantee that 2 app engine requests are served from machines that are anywhere near each other, nor that any 2 bits of data for your application are stored on machines near each other. Personal

[google-appengine] Re: date range in query

2009-02-05 Thread Garrett Davis
You are right; you can't have a query with inequality operators on two fields. But you can get the result you want, if you add another field to your object that holds both dates. There's a new entry in the Google App Engine Cookbook that shows how: http://appengine-cookbook.appspot.com/recipe/how-

[google-appengine] Re: inequality filters on two different properties

2009-02-05 Thread Garrett Davis
You can get the result you want, if you add another field to your object that holds both dates. There's a new entry in the Google App Engine Cookbook that shows how: http://appengine-cookbook.appspot.com/recipe/how-to-query-by-date-range Garrett Davis On Feb 4, 5:48 am, ryan wrote: > On Feb 3,

[google-appengine] Re: Should I be learning Python?

2009-02-05 Thread dalenewman
bla bla bla -- you could have already learned python by the time you're done reading this post :-) --~--~-~--~~~---~--~~ 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

[google-appengine] Re: Should I be learning Python?

2009-02-05 Thread James Ashley
LOL...that's pretty much *exactly* what I was thinking! On Feb 5, 8:27 am, dalenewman wrote: > bla bla bla -- you could have already learned python by the time > you're done reading this post :-) --~--~-~--~~~---~--~~ You received this message because you are subs

[google-appengine] Re: UnicodeEncodeError and Django templates

2009-02-05 Thread Scott
This error is happening both on the dev appserver and the production App Engine environment. I'm not sure what you mean by 'text index problems', can you please clarify? On Feb 4, 6:11 pm, Xavier Mathews wrote: > Is This Being Ran Off Line Or On? Text Index Problem Occur Online! > > Xavier A. M

[google-appengine] How to keep datastore consistency?

2009-02-05 Thread Larry
Hi! I've hit a small dilemma! I have a handler called vote, when it is invoked it sets a user's vote to whatever they have picked. To remember what options they previously picked, I store a VoteRecord options which details what their current vote is set to. Of course, the first time they vote, I

[google-appengine] Re: GAE as a non-exclusive platform

2009-02-05 Thread Brandon Thomson
True it would be a big benefit for us in terms of risk profile, but I am not sure what Google's strategic advantage would be if they open source the entire app engine platform. Sure more people would use it, but Google wants more people to be using it _on their servers_, not somebody else's. On F

[google-appengine] Re: Cant access applications page!

2009-02-05 Thread 3xDave
Hello Andrejus, I had been struggling with that same issue for a while now and just figured it out tonight. My guess is that you are using a Google Apps for Your Domain account to sign in with so you need to go to: http://appengine.google.com/a/yourdomain.com Makes a lot more sense when you can

[google-appengine] Re: how could you charge users for using your app?

2009-02-05 Thread Sharad
Alex, Is Google Checkout capable of managing subscriptions (as opposed to one-off payments)? Are there sample scripts/apps that show how Google Checkout can be integrated with an app engine application. Many thanks. On Jan 30, 11:38 am, Alexander Orlov wrote: > On Jan 29, 8:58 pm, virtual_pm w

[google-appengine] Re: Should I be learning Python?

2009-02-05 Thread luismgz
I agree :-) As I said above, simply give python one day to walk through its tutorial and play with the interactive interpreter. During this day, forget about all the other projects and *enjoy* the experience. On 5 feb, 12:25, James Ashley wrote: > LOL...that's pretty much *exactly* what I was t

[google-appengine] Use GAE APIs outside of dev_appserver?

2009-02-05 Thread Joel
I'd like to do some debugging/development in python directly, yet use the google APIs. I've got a test directory with the 'google' directory (from the google_appengine directory) underneath it. I can import, such as: from google.appengine.api import urlfetch But when I run urlfetch I get some erro

[google-appengine] uptime

2009-02-05 Thread dalenewman
I'm not promoting this site, but I thought I'd share this because it's been useful for me: You can get a free account at www.hyperspin.com to monitor the uptime of you app engine site. I have it checking my site every 5 minutes -- and so far I'm at 99.849% uptime in february. It will send you a

[google-appengine] Re: Use GAE APIs outside of dev_appserver?

2009-02-05 Thread Alexander Kojevnikov
On Feb 6, 4:57 am, Joel wrote: > I'd like to do some debugging/development in python directly, yet use > the google APIs. > I've got a test directory with the 'google' directory (from the > google_appengine directory) underneath it. > I can import, such as: from google.appengine.api import urlfet

[google-appengine] Force update of all application files

2009-02-05 Thread Doug
Good Evening All, I am having an issue with the appcfg.py update command not correctly identifying all of the files that I have changed in my application. I have reviewed the doc online, but I do not see a command that would force all of my applications files to be updates. Is there a way to fo

[google-appengine] Re: GAE as a non-exclusive platform

2009-02-05 Thread mcamirand
I'm not suggesting that Google open the code. I'm suggesting they license it out profitably, maybe more profitably than keeping it as an exclusive service. -m On Feb 5, 5:33 am, Brandon Thomson wrote: > True it would be a big benefit for us in terms of risk profile, but I > am not sure what Goo

[google-appengine] how can i buy data store more than 500MB?

2009-02-05 Thread freeanderson
hello? how can i buy the data store more than 500MB? where is the billing page? thank you. Andy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to goo

[google-appengine] Re: how can i buy data store more than 500MB?

2009-02-05 Thread Andrew Badera
The billing page is hanging out with the spoon next to the red pill. On Thu, Feb 5, 2009 at 8:18 PM, freeanderson wrote: > > hello? > > how can i buy the data store more than 500MB? > > where is the billing page? > > thank you. > > Andy > > > > > --~--~-~--~~~---~-

[google-appengine] Re: how can i buy data store more than 500MB?

2009-02-05 Thread Alexander Kojevnikov
On Feb 6, 12:18 pm, freeanderson wrote: > hello? > > how can i buy the data store more than 500MB? > > where is the billing page? > > thank you. > > Andy Billing is still in the works. You can apply for additional storage quota here: http://code.google.com/support/bin/request.py?contact_type=App

[google-appengine] Re: how can i buy data store more than 500MB?

2009-02-05 Thread freeanderson
Thank you very much. On Feb 6, 11:09 am, Alexander Kojevnikov wrote: > On Feb 6, 12:18 pm, freeanderson wrote: > > > hello? > > > how can i buy the data store more than 500MB? > > > where is the billing page? > > > thank you. > > > Andy > > Billing is still in the works. You can apply for addit

[google-appengine] Re: Cross application resource access

2009-02-05 Thread David Symonds
On Fri, Feb 6, 2009 at 12:45 AM, Geoffrey Spear wrote: > Personally I can't believe that a web request to a server that has to > do a datastore request and then return the data it retrieves could > ever be as fast as a single process doing the datastore request, but > maybe the people suggesting