[google-appengine] Re: Search API Rate limiting - App Engine

2009-10-09 Thread Kevin Pierce
>From the linked to api "It is possible to whitelist both accounts and IP addresses" If your calls are made by signing with your account, it should result in an account based limit. Get your account whitelisted and you should be ok. At least this is what I am hoping to be able to do. On Fri, Oc

[google-appengine] Search API Rate limiting - App Engine

2009-10-09 Thread Akshar
Hi All- I have an app on the GAE using the twitter search API and it is getting heavily rate limited again this past couple of days. http://apiwiki.twitter.com/Rate-limiting states that "for cloud platforms like Google App Engine, applications without a static IP addresses cannot receive Search

[google-appengine] Re: using ListProperty or using Relationship Model

2009-10-09 Thread Shailen
Thanks Stephen and Kevin, My original plan was to do what Stephen suggests, above, but the serialization costs are non-trivial. There's a lot more about that in Brett Slatkin's Building Scalable, Complex app... talk from google i/o 2009. In the examples that he uses, there is a 10x improvement w

[google-appengine] Chat Time transcript for October 7, 2009

2009-10-09 Thread Jason (Google)
This past Wednesday, the App Engine team hosted the latest session of its bimonthly IRC office hours. A transcript of the session and a summary of the topics covered is provided below. The next session will take place on Wednesday, October 21st from 9:00-10:00 a.m. PDT in the #appengine channel on

[google-appengine] Ask GAE: XMPP and WebSockets in the foreseeable future?

2009-10-09 Thread Backpack
XMPP bots are the best thing since sliced bread, but communicating with them from the browsers is a total pain. With the upcoming of the WebSocket implementation in webkit and mozilla, how long will it take for GAE allowing us to connect to our bots using this simple line of code: var socket = n

[google-appengine] Re: Remote API instability and different behavior from dev server/live system

2009-10-09 Thread gae123
I am responding confirming that the two of the three issues have been resolved in 1.2.5 I am also glad to hear that 1986 is scheduled for 1.2.6. Thanks for the quick response and as we have discussed in the past, please update the bugs so we know what is/will be fixed when. If I knew that these f

[google-appengine] Re: SSL

2009-10-09 Thread Jason C
You _can_ use SSL on xyz.appspot.com. You _cannot_ use SSL on www.xyz.com. The latter can be voted on here: http://code.google.com/p/googleappengine/issues/detail?id=792 j On Oct 9, 9:35 am, Huklin wrote: > Hi, > > I am interested in using SSL for my application.  I already registered > a to

[google-appengine] Re: using ListProperty or using Relationship Model

2009-10-09 Thread robean
Many thanks. Your reply is very helpful. - Shailen --~--~-~--~~~---~--~~ 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

[google-appengine] SSL

2009-10-09 Thread Huklin
Hi, I am interested in using SSL for my application. I already registered a top level domain www.xyz.com, and I'm curious whether I have to stick with xyz.appspot.com instead, in order to utilize SSL. This confusion comes from something i read (posted below). Just wanted some clarifications on

[google-appengine] error with mail api

2009-10-09 Thread HOYAJIGI
there`s error with mail api that sender address with other than alphabet(like other language) cause error. and where the hell is error reporting page? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engi

[google-appengine] App engine performance with Spring

2009-10-09 Thread david.zverina
I am trying to use Spring in my app, however there seems to be something unusual on the app engine, which means that the Spring DispatcherServlet keeps getting turfed out and reloaded. As this is meant to be once only event on container startup, this is completely killing performance. So a simple

[google-appengine] Deleting / Hoarding of Application Ids

2009-10-09 Thread Donzo
Are there plans to enable deleting Application Ids? Are there plans to eventually expire (auto-delete) Application Ids reserved but unused??? I'm just getting into GAE and am extremely interested in using it for several web sites we now operate. One issue is that almost all the GAE application

[google-appengine] urlfetch.fetch() don't get the same result

2009-10-09 Thread mijenix
Hi This works without any problems http://www.google.ch/search?q=test But why this gives me another output then the url? from google.appengine.api import urlfetch import urllib form_fields = {'q' : 'test'} form_data = urllib.urlencode(form_fields) url = "http://www.google.ch/search"; result

[google-appengine] Re: What are your top three issues in appengine?

2009-10-09 Thread Devel63
1. Full text search 2. Memcache objects that get a chance to write themselves to disk if being evicted (yes, this would require some changes to the memcache allocation approach) 3. Faster cold start with Django (I think there are many apps pinging themselves constantly to try to overcome this is

[google-appengine] Re: What are your top three issues in appengine?

2009-10-09 Thread Michael R. Bernstein
My top three issues (in descending order of stars): 1) Support for the Python Image Library: http://code.google.com/p/googleappengine/issues/detail?id=38 2) Support for NumPy (Numeric Python): http://code.google.com/p/googleappengine/issues/detail?id=190 3) Support for lxml: http://code.google.

[google-appengine] Troubles with access to the datastore

2009-10-09 Thread Denis Moskalets
App id: classificators-ru Data viewer in console: Oops! We couldn't retrieve your list of Kinds. Please try again later. Query KladrStreetRecord.all(keys_only=True).fetch(10) fails too All my other apps works ok. What is this? --~--~-~--~~~---~--~~ You received t

[google-appengine] Re: Using transactions to avoid stale memcache entries.

2009-10-09 Thread Nick Johnson (Google)
Hi Andy, On Fri, Oct 9, 2009 at 5:08 PM, Andy Freeman wrote: > > > They are raised inside a transaction, when a conflict is detected with > > another concurrent transaction. The transaction infrastructure will catch > > and retry these several times, and only raise it in the external code if > i

[google-appengine] How do I download relational data?

2009-10-09 Thread Natalie Gordon
Hi, I want to download all my data for offline processing (for stats etc.). How do I access the key of an object? How do I access the key of a ReferenceProperty? Eg. class MailExporter(bulkloader.Exporter): def __init__(self): bulkloader.Exporter.__init__(self, 'Mail',

[google-appengine] Re: Using transactions to avoid stale memcache entries.

2009-10-09 Thread Andy Freeman
> They are raised inside a transaction, when a conflict is detected with > another concurrent transaction. The transaction infrastructure will catch > and retry these several times, and only raise it in the external code if it > was unable to execute the transaction after several retries. Yes, bu

[google-appengine] Re: using ListProperty or using Relationship Model

2009-10-09 Thread Kevin Pierce
That is perfectly valid too.The tradeoff is that when ever a url entity is returned the list is serialized. If you know you want the tag list most of the time then place it with the url. However if you are only interested in using the list for lookups, then you can place it as an IndexModel in the

[google-appengine] Re: using ListProperty or using Relationship Model

2009-10-09 Thread Stephen
On Oct 8, 9:00 pm, Shailen wrote: > > Option 2, use list properties: > >    class URL(db.Model): >        url = db.StringProperty() > >    class Tags(db.Model): >        tags = db.StringListProperty() > > Store a list of tags with a URL key as parent. Why not simply add the tags to the URL en

[google-appengine] Re: What are your top three issues in appengine?

2009-10-09 Thread Rodrigo Moraes
1. WordPress support http://code.google.com/p/googleappengine/issues/detail?id=124 2. Klingon support http://code.google.com/p/googleappengine/issues/detail?id=2134 3. COBOL and Lolcats support http://code.google.com/p/googleappengine/issues/detail?id=150 nah. i am kidding. --~--~-~--~

[google-appengine] Re: Hitting CPU and email quota with only a few calls

2009-10-09 Thread Nick Johnson (Google)
Hi, On Thu, Oct 8, 2009 at 10:17 PM, ten_foot_ninja wrote: > > According to the "current load" on the appengine admin page, I'm using > 6347 (6127) CPU hours with only 109 requests > This is the average number of CPU milliseconds and API CPU milliseconds per request, not the number of CPU hours

[google-appengine] Re: bulk uploading to related tables

2009-10-09 Thread Nick Johnson (Google)
Hi Graham, On Thu, Oct 8, 2009 at 11:12 PM, Graham Charles wrote: > > Thanks for that; I'll take a look. I'm interested that you write about > uploading data directly from a SQL source, too -- can't wait for > that! > I blogged about this a while ago: http://blog.notdot.net/2009/9/Advanced-Bulk-

[google-appengine] Re: Remote API instability and different behavior from dev server/live system

2009-10-09 Thread Nick Johnson (Google)
Hi gae123, On Thu, Oct 8, 2009 at 9:02 PM, gae123 wrote: > > One of my original concerns about GAE was whether the development > server will be feature for feature and bug for bug compatible with the > live system. I have been really pleased on that front for the past 18 > months and want to com

[google-appengine] Re: cost of adding methods to db.Model subclasses?

2009-10-09 Thread Nick Johnson (Google)
Hi matt, There's no serialization cost inherent in adding methods to a Model class. When storing to the datastore, only the data is persisted, and when memcached using the naive method, a reference to the class is stored, rather than the methods themselves. -Nick Johnson On Thu, Oct 8, 2009 at 3:

[google-appengine] Re: transactions

2009-10-09 Thread Nick Johnson (Google)
Hi Jerry, You should use transactions any time you're doing a read-modify-write cycle that could be happening concurrently - eg, it could be modified concurrently by more than one user. -Nick Johnson On Wed, Oct 7, 2009 at 1:47 PM, jerry ramphisa wrote: > > Hi > I have three sets of tables. Now

[google-appengine] Re: Using transactions to avoid stale memcache entries.

2009-10-09 Thread Nick Johnson (Google)
Hi Andy, On Tue, Oct 6, 2009 at 8:45 PM, Andy Freeman wrote: > > Short version. > > When, exactly, are apiproxy_errors.ApplicationErrors > with .application_error == datastore_pb.Error.CONCURRENT_TRANSACTION > raised. > They are raised inside a transaction, when a conflict is detected with ano

[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: http://code.google.com/p/googleappengine/issues/detail?id=655&can=5&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summ

[google-appengine] Re: [appengine-python] Re: handling error 403

2009-10-09 Thread Prashant
I wish to create custom error page for 403 error . I am using java. --~--~-~--~~~---~--~~ 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

[google-appengine] Re: should not have obfuscated_gaiaid set ?

2009-10-09 Thread herbie
Can I assume you're just not allowed to set indexed=False on a UserProperty ? On Oct 7, 10:06 pm, herbie <4whi...@o2.co.uk> wrote: > If I try this: > >   class MyModel(db.Model): >     user = db.UserProperty(indexed=False) > > I get this error: > >   'User properties should not have obfuscated_g

[google-appengine] Log outgoing URLFetch requests please

2009-10-09 Thread dflorey
Hi, I'm developing applications integrated into Google Apps that are deployed to the App Engine account of the Google Apps administrator. The have some objections that applications that they install dealing with sensitive information (like their contacts stored in GMail) may send this information

[google-appengine] handling error 403

2009-10-09 Thread Prashant
Hi all, is there any workaround for handling error 403 ?? --~--~-~--~~~---~--~~ 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 unsubscri